PurchCORPackingslipWorkflowCancelManager.updateDocument Method [AX 2012]

Sets the status to pending cancellation on the canceled PurchParmTable record.

public void updateDocument(Args _args)

Run On

Called

Parameters

_args
Type: Args Class
The record that should be canceled.

This method rereads the record from the data source, because it is changed when a workflow is submitted. These changes may not yet be refreshed in the client.

The state is set to pending cancellation and the record is updated and refreshed in the client.

Community Additions

ADD
Show: