Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: BudgetPlanLine Table
A record in the BudgetPlanLine table; otherwise, an empty record.

See Also

Reference

BudgetPlanLine Table