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.
Retrieves the record of the RDeferralsTable table for the specified ledger dimension.
Syntax
client server public static RDeferralsTable findByLedgerDimension(
LedgerDimensionAccount _ledgerDimension,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension that is used to find the deferrals record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: RDeferralsTable Table
A buffer that contains the RDeferralsTable table.