BudgetPlanScenarioConstraint::findByWorkflowStageScenario Method
Finds a record in the BudgetPlanScenarioConstraint table.
Syntax
client server public static BudgetPlanScenarioConstraint findByWorkflowStageScenario(
BudgetPlanningWorkflowStageRecId _budgetPlanningWorkflowStageRecId,
BudgetPlanScenarioRecId _budgetPlanScenarioRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanningWorkflowStageRecId
Type: BudgetPlanningWorkflowStageRecId Extended Data Type
The record ID of the BudgetPlanningWorkflowStage record.
- _budgetPlanScenarioRecId
Type: BudgetPlanScenarioRecId Extended Data Type
The record ID of the BudgetPlanScenario 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: BudgetPlanScenarioConstraint Table
A record in the BudgetPlanScenarioConstraint table; otherwise, an empty record.