Question
EY
US
Last activity: 19 Dec 2016 16:09 EST
Is there a way to include a link in an email to open the CaseManager7 portal directly to "Manage Change" (editing delegated rules)?
This is for Pega 7.1.8.
We were doing this in 7.1.5 with a link like this....
<a href="{pxRequestor.pxReqContextURI LITERAL}/{pxRequestor.pxReqServletNameReal LITERAL}{%
appendString("?pyActivity=DDD-FW-Class-Data-DataTableName.ListEditor");
%}">
It opened a data table in the editor directly. But the paradigm for delegated rules has changed to "Manage Change" in the CM7 portal - with no ListEditor, no "pop out" rule editor.
In 7.1.8, I can use a link like this in the Correspondence Fragment....
<a href="{pxRequestor.pxReqContextURI LITERAL}/{pxRequestor.pxReqServletNameReal LITERAL}{%
appendString("?pyActivity=Data-Portal.ShowSelectedPortal&portal=pyCaseManager7");
%}">
....to open the CM7 portal from an email, but would like to get "closer" to the delegated data table itself (reduce clicks).
Maybe there is even a way to go directly to the delegated data table editor.
Thanks!
Dennis
Message was edited by: Marissa Rogers - Added Category