Share via


BudgetPlanLine::findFirstByPlanHeaderStage Method

Finds the first record in the BudgetPlanLine table that corresponds to the given BudgetPlanHeader and BudgetPlanningStage record id.

Syntax

client server public static BudgetPlanLine findFirstByPlanHeaderStage(BudgetPlanHeaderRecId _budgetPlanHeaderRecId, BudgetPlanningStageRecId _budgetPlanningStageRecId)

Run On

Called

Parameters

Return Value

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

Remarks

This find method is primarily used for looking up the first budget plan line with a view or update scenario constraint.

See Also

Reference

BudgetPlanLine Table