PurchCORPackingslipErrorWorkflow::canSubmitToWorkflow Method [AX 2012]

Indicates whether the PurchParmTable can be submitted to the workflow.

client public static boolean canSubmitToWorkflow(PurchParmTable _purchParmTable)

Run On

Client

Parameters

_purchParmTable
Type: PurchParmTable Table
The PurchParmTable record to submit.

Return Value

Type: boolean
true if the PurchParmTable record can be submitted to the workflow; otherwise, false.

The State field of the PurchParmTable table must have the value of not submitted, the JobStatus field of the PurchParmTable workflow in the ParmJobStatus class must have the errors detected value, and an active workflow configuration must be found.

Show: