BudgetPlanReviewCancelCommand.run Method [AX 2012]

Calls the WorkflowCancelDialog class to surface a cancel dialog box and performs the cancellation logic for the selected workflow instance or instances.

Syntax

public void run(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the WorkflowCancelManager class.

Exceptions

Exception Condition
Error

The specified arguments are null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

See Also

Reference

BudgetPlanReviewCancelCommand Class