Question
NYP
NYP
US
NYP
Posted: Jul 20, 2018
Last activity: Jul 23, 2018
Last activity: 23 Jul 2018 8:12 EDT
Closed
I need to call some javascript callback function after pega.desktop.createNewWork(safeURL)
var safeURL = new SafeURL();
safeURL.put("className", interactionClass);
safeURL.put("kvps",inComingCall.context);
safeURL.put("flowType", "pyStartCase");
pega.desktop.createNewWork(safeURL);
***Updated by moderator: Lochan to update platform capability***