Share via


RDeferralsBookAmount::find Method

Finds the first RDeferralsBookAmount record that matches the search criteria.

Syntax

server public static RDeferralsBookAmount find(
    RDeferralsId _deferralsId, 
    RDeferralsBookId _deferralsBookId, 
   [RDeferralsIntervalNumber _deferralsInterval, 
    boolean _forUpdate])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to update.

Return Value

Type: RDeferralsBookAmount Table
A record in the RDeferralsBookAmount table.

See Also

Reference

RDeferralsBookAmount Table