BudgetPlanLine::findByPlanHeaderScenarioLineNumber Method
Finds the specified record in the BudgetPlanLine table that is based on the given BudgetPlanHeader record ID, BudgetPlanScenario record ID and ScenarioLineNumber value.
Syntax
client server public static BudgetPlanLine findByPlanHeaderScenarioLineNumber(
BudgetPlanHeaderRecId _budgetPlanHeaderRecId,
BudgetPlanScenarioRecId _budgetPlanScenarioRecId,
LineNum _scenarioLineNumber,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanHeaderRecId
Type: BudgetPlanHeaderRecId Extended Data Type
The record ID of the BudgetPlanHeader record.
- _budgetPlanScenarioRecId
Type: BudgetPlanScenarioRecId Extended Data Type
The record ID of the BudgetPlanScenario record.
- _scenarioLineNumber
Type: LineNum Extended Data Type
The scenario line number of the BudgetPlanLine 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 the record is read; optional.
Return Value
Type: BudgetPlanLine Table
A record in the BudgetPlanLine table; otherwise, an empty record.