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

  • _includeStorno
    Type: boolean
    A Boolean value that indicates whether storno transactions should be included in the search.
  • _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.

See Also

Reference

RDeferralsTrans Table