Question
CGI
IN
Last activity: 12 Jun 2018 1:47 EDT
clearing the clipboard value, when user moves from first flow action to another flow action
Scenario:
1 User entered some value in first flow action and values are stored in clipboard. but not submitted the first flow action.
2 Without submitting the first flow action, user selected the another flow action from other actions. We need to clear the values from clipboard, HOW?
Option 1: In all pre action of flow actions, we can clear. Do we have any other option?
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi Rajasekhar,
I think you would like to clear some of the values and not all the values.
In Pre-Activity you can clear or do propert-set as null for all the values that you want.
Regards,
Ujjwal
CGI
IN
Thanks Ujjwal.
I am looking for common place, which will work for all flow actions and local actions.
CGI
IN
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
CGI
IN
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
Virtusa
SG
Can't you use a screen flow with 'Save on Last Step' checked?
CGI
IN
We can't use screen flow..........
Pegasystems Inc.
IN
Is it required to post the values immediately as user enters the data?. If it is not required, until the user submits the flow action data wouldn't be posted to clipboard. So we need not clear any data if user clicks some other action.
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
CGI
IN
We have to post the value as per business requirement.
I am looking for common place, which will work for all flow actions and local actions at particular assignment.
Thanks in Advance!
Pegasystems Inc.
IN
Looks like only option is to clear in pre processing of the Flow action. You can create a Data transform/activity in a class which is accessible to all flow actions and use it in pre processing. Thanks.
CGI
IN
Thanks for your response......
This option already tried and implemented as work around. Do we have any extension point in OOTB, where we can add for reusability. If we add new flow action, it will work and no need to add Data transform/activity.