Question
3
Replies
1131
Views
NYP
Posted: July 20, 2018
Last activity: July 23, 2018
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***
Hi Partha,
You can run the above script using "Run a script" Action-Event method after "pega.desktop.createNewWork(safeURL)" is clicked to create a new work object.