BudgetPlanningProcessSetup::changeProcessState Method [AX 2012]

Changes the BudgetPlanningProcess approval state.

Syntax

server public static boolean changeProcessState(BudgetPlanningProcessRecId _budgetPlanningProcessRecId, BudgetPlanningApprovalProcessState _budgetPlanningApprovalProcessState)

Run On

Server

Parameters

Return Value

Type: boolean
true if budget planning process approval process state changed; otherwise, false.

Exceptions

Exception Condition
Error

The _budgetPlanningProcessRecId parameter must be specified.

See Also

Reference

BudgetPlanningProcessSetup Class