I have three flows being referenced under a service definition and I want them to be triggered individually based on the service criteria in Design Studio:
1_ How do I set the criteria up in the Rich client under Service definition for the differentiation?
2_What is the syntax to use in the script for Design Studio to reference the Criteria in code below?
var s = AGS +"?_PDL=" + vProdLine;
s += "&_TKN=WFWK.1&_EVT=ADD&_RTN=DATA&_LFN=ALL&_TDS=IGNORE";
s += "&FC=Add&SERVICE=" + sServiceName;
s += "&WORK-TITLE=" + vWorkTitle;
s += "criteria syntax to use……
s += "&_OUT=XML&_EOT=TRUE";
Thanks very much.