BudgetPlanningProcessSetup::deactivateProcess Method [AX 2012]

Deactivates the BudgetPlanningProcess record by setting the process approval state to draft.

Syntax

client server public static boolean deactivateProcess(
    BudgetPlanningProcessName _budgetPlanningProcessName, 
    BudgetPlanningApprovalProcessState _budgetPlanningApprovalProcessState, 
    BudgetPlanningProcessRecId _budgetPlanningProcessRecId)

Run On

Called

Parameters

Return Value

Type: boolean
true if budget planning process is deactivated; otherwise, false.

Exceptions

Exception Condition
Error

The _budgetPlanningProcessRecId parameter must be specified.

See Also

Reference

BudgetPlanningProcessSetup Class