- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 02:59 PM
The Action Assignment (sys_declarative_action_assignment), 'Mark Complete' is implemented as a Client Action (Complete Activity) which does not save any data, it just sets the activity's stage to Complete. Is there any way to make this Action Assignment Save the form AND Complete the Activity?#ProcessA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2023 09:25 AM
After doing some digging this actually seems to be a Scoped Table issue. Outside of the Playbook Experience scope, any custom Action Assignment on a User Form Activity that uses the 'Complete Activity' record for the Client Action will not be able to save the form AND complete the Activity. It will only complete the Activity.
Creating the custom Action Assignment within the Playbook Experience scope with the exact same parameters I used in my own scoped app had the desired effect of completing the activity and saving the form on the same action. I intend to make a Support ticket related to this since I don't see why this should be the case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 09:19 AM
Hello,
Something to consider is looking at the list of all 'Mark Complete' actions with the Global/Playbook Experience scopes. You can filter/find them within the Action Assignment module. You may have used the incorrect logic/mapping on your override. Double check that the logic matches the original Mark Complete. Second, make sure you are making your override within the scope that the original Mark Complete was in. For me, this was Playbook Experience. Either of those may be your issue.