Page 1 of 1

Callback and RedirectParentUrl Nodes

Posted: June 12th, 2023, 11:47 am
by JustinVanRegenmorter
In Classic applications the SetTerminateActions service has several useful nodes including the Callback node and the RedirectParentUrl node. The Callback node in conjunction with the CallbackWaitTime node can run JavaScript set on a Callback control on the page.
OnClickJavaScript.png
Callback Node.png

The RedirectParentUrl node meanwhile takes in an EASYProcess webpage name and when the service is ran it will redirect the parent of the page to that page.
RedirectParentUrl.png
Because of how the RedirectParentUrl works it is not feasible to have both nodes set and expect the Callback node to return a response, like in the example above.