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 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
- _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.
- _deferralsInterval
Type: RDeferralsIntervalNumber Extended Data Type
The specified interval number.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update.
Return Value
Type: RDeferralsBookAmount Table
A record in the RDeferralsBookAmount table.