Hi,
how can I disable Workflow?
I need to make Purchase order from requisition but without approval and workflow?
Is it possible to generate order from requisition without workflow?
I have AX installation with Contoso demo database on it.
Thanks in advance .
I think it is not possible…
If its only for test purpose, you can change “cansubmitToWorkflow” method on the purchase requisition form to always return false. This will never trigger any workflow process for your form.
Mind you, this should only be done in your local VM or test environment.