ProjBudgetRevLineAllocation::findByBudgetAllocationLine Method
Finds the specified record in the ProjBudgetRevLineAllocation table.
Syntax
client server public static ProjBudgetRevLineAllocation findByBudgetAllocationLine(
RecId _budgetAllocationLine,
RecId _budgetRevisionLine,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetAllocationLine
Type: RecId Extended Data Type
The record ID of the ProjBudgetAllocationLine table that corresponds to the ProjBudgetRevLineAllocation record.
- _budgetRevisionLine
Type: RecId Extended Data Type
The record ID of the ProjBudgetRevisionLine table that corresponds to the ProjBudgetRevLineAllocation record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: ProjBudgetRevLineAllocation Table
A record of the ProjBudgetRevLineAllocation table if it is found; otherwise, an empty buffer.