Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the first RDeferralsTrans record that matches the specified criteria.
Syntax
client server public static RDeferralsTrans findFirstType(
RDeferralsId _deferralsId,
RDeferralsBookId _deferralsBookId,
RDeferralsTransType _deferralsTransType,
boolean _includeStorno,
[TransDate _transDate,
boolean _forUpdate])
Run On
Called
Parameters
- _deferralsId
Type: RDeferralsId Extended Data Type
The deferrals ID of the RDeferralsTable record.
- _deferralsBookId
Type: RDeferralsBookId Extended Data Type
The deferrals book ID of the RDeferralsBookTable record.
- _deferralsTransType
Type: RDeferralsTransType Enumeration
The specified transaction type.
- _includeStorno
Type: boolean
A Boolean value that indicates whether storno transactions should be included in the search.
- _transDate
Type: TransDate Extended Data Type
The specified transaction date.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record is selected for udpate.
Return Value
Type: RDeferralsTrans Table
A record in the RDeferralsTrans table.