Discussion
2
Replies
904
Views
Incessant Technologies
Posted: September 15, 2015
Last activity: April 6, 2018
Closed
Local Action Cancel Button closes the work item, close the current screen and return to flowaction
User is opening the Local Action in the flowaction area by configuring replace current, if he want to click Cancel button and he should be able to open the flowaction, has anyone worked on this. Rather than showing the case in review mode.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
To show the flow action associated to the assignment, i.e. when user clicks cancel button on local action flow action can be displayed by calling an custom activity with following steps
1. property-set
Param.ActivityParams= newAssignPage.pyAssignActions(1).pyActionName
Param.PreActivity="ProcessAction"
Param.StreamName =newAssignPage.pyAssignActions(1).pyActionName
Param.StreamClass="Rule-HTML-Section"
2.Call ReloadSection