I was trying to read the value of community Id from IPSRequestContext, just like I read other values like DBActionType, sys_title, sys_contentid etc.
This read is happening in a custom workflow action we wrote.
The code is as follows:
String communityId=ipsrequestcontext.getParameter(“sys_communityid”);
However, I always get null. Any clue what wrong I am possibly doing?
thanks
Manvinder