Hello, can any guide me,How to call an Activity from JavaScript, can any one share me the script .
Thanks
Rajesh
Hello, can any guide me,How to call an Activity from JavaScript, can any one share me the script .
Thanks
Rajesh
Hi @RajeshK17205465
Please find the one below. It may be helpful for you,
HashStringMapactivityKeys = new HashStringMap();
activityKeys.putString(“pxObjClass”, “Rule-Obj-Activity”);
activityKeys.putString(“pyClassName”, workclass);
activityKeys.putString(“pyActivityName”, “HistoryAndAttachments” );
tools.doActivity(activityKeys , workpage, tools.getParameterPage() );
Thanks
Vishnu