Question
2
Replies
294
Views
Posted: January 12, 2016
Last activity: April 14, 2017
Closed
Solved
How to call activity from java?
How to call activity from java?
***Updated by moderator: Lochan to add Categories***
final HashStringMapcertStrMap = new HashStringMap();
certStrMap.putString("pyActivityName", "ActivityName");
certStrMap.putString("pyClassName", "ClassName");
tools.doActivity(certStrMap,tools.getPrimaryPage(), tools.getParameterPage());
You can check any of existing R-U-F's for reference.