AssetAllocationRule_CN::findByRuleId Method
Searches for a specified AssetAllocationRule_CN record by its rule ID.
Syntax
client server public static AssetAllocationRule_CN findByRuleId(
AllocationRuleId_CN _id,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _id
Type: AllocationRuleId_CN Extended Data Type
The rule ID to use in the search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use for reading the record; optional.
Return Value
Type: AssetAllocationRule_CN Table
Either a record in the AssetAllocationRule_CN table or an empty record.