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 !!