RDeferralsTrans::findLastType Method
Finds the last RDeferralsTrans record that matches the specified criteria.
Syntax
client server public static RDeferralsTrans findLastType(
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 update.
Return Value
Type: RDeferralsTrans Table
A record in the RDeferralsTrans table.