Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Multiple Workflows pointing to same form using X++

$
0
0

Hello !

I have a requirement where I need to enable more than one workflow for the same form( custom form) and  should be enabled depending on a enum field status.

I have tried passing workflow type using X++.  But It is not working with the desired conditions.It is defaulting to same workflow irrespective of provided  condition.

element.form().design().workflowType(workflowtypestr(X));

 

Any help is appreciated !

 

Thanks !!


Viewing all articles
Browse latest Browse all 9880

Trending Articles