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.
Validates the budget plan line if it has edit or view rights.
Syntax
server public static boolean validateBudgetPlanEditable(
BudgetPlanScenarioRecId _budgetPlanScenarioRecId,
BudgetPlanHeaderRecId _budgetPlanHeaderRecId,
[boolean _showErrorMessage])
Run On
Server
Parameters
- _budgetPlanScenarioRecId
Type: BudgetPlanScenarioRecId Extended Data Type
The record ID of the BudgetPlanningScenario record.
- _budgetPlanHeaderRecId
Type: BudgetPlanHeaderRecId Extended Data Type
The record ID of the BudgetPlanHeader record.
- _showErrorMessage
Type: boolean
A Boolean value that indicates whether an error message should appear; optional.
Return Value
Type: boolean
true if the specified record has an edit access level; otherwise, false.