Share via


RDeferralsTrans::findFirstType Method

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

  • _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 udpate.

Return Value

Type: RDeferralsTrans Table
A record in the RDeferralsTrans table.

See Also

Reference

RDeferralsTrans Table