05-03-2018 04:01 AM
Hi
I want to add a FormMap to a standalone workflow. I'm using GMSC 16.5. In earlier versions I could use the following javascript to add the Site information to my URL:
IG.vent.on('form:ready', function (context) { IG.WorkflowContainer.routevalues['WORKFLOW_SITE'] = 'GMSC'; });
Currently I'm getting an error message that says: SITE or WORKFLOW_SITE is not specified.
Any ideas?
Regards
Carmen