Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _budgetPlanHeaderRecId
Type: BudgetPlanHeaderRecId Extended Data Type
The record ID of the BudgetPlanHeader record.
- _budgetPlanningStageRecId
Type: BudgetPlanningStageRecId Extended Data Type
The record ID of the BudgetPlanningStage record to check for existence.
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.