BudgetPlanScenarioConstraint::findByScenarioAccessLevel Method
Finds a record in the BudgetPlanScenarioConstraint table that is based on a budget plan scenario and an access level.
Syntax
client server public static BudgetPlanScenarioConstraint findByScenarioAccessLevel(BudgetPlanScenarioRecId _budgetPlanScenarioRecId, BudgetPlanScenarioAccessLevel _budgetPlanScenarioAccessLevel)
Run On
Called
Parameters
- _budgetPlanScenarioRecId
Type: BudgetPlanScenarioRecId Extended Data Type
The record ID of the BudgetPlanScenario record.
- _budgetPlanScenarioAccessLevel
Type: BudgetPlanScenarioAccessLevel Enumeration
The AccessLevel field of the BudgetPlanScenarioConstraint table.
Return Value
Type: BudgetPlanScenarioConstraint Table
A record in the BudgetPlanScenarioConstraint table; otherwise, an empty record.