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.
Reads the RAssetTable table for the specified ledger dimension.
Syntax
client server public static RAssetTable 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 asset 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: RAssetTable Table
A buffer that contains the RAssetTable table.