Approval in Catalog task Level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 10:27 PM
I need a approval in catalog task not in RITM level and task should closed only after at least one approval got approved.
i tried with a script below in the workflow catalog task activity
please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2024 11:34 AM
I would recommend you to use flow designer. You can opt no code solution and achieve this easily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2024 10:57 PM
Hi @kesavanavya ,
You can use a flow designer for the requirement you have provided.
1. Create a catalog task (Note: make sure you uncheck the wait checkbox)
2. Ask for approval.
3. If Approved update the catalog task state to closed complete.
Complete Flow:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 01:51 PM
Yes that's how you would do it if you wanted the approval request generated (essentially) simultaneously with the task. But what if you wanted to wait on some action taken on the task? I've seen suggestions on this, one of which is waiting until the task is marked 'Closed Complete'. I know from test cases that attempting that makes the "Ask for Approval" action not wait and not get attached to the task because it's already closed. Another option I explored was using the "Approval" field on the catalog task, to move it from "Not Yet Requested" to "Requested" as a way to trigger the approval action. That works nicely except, if you keep things out-of-the-box, most task fulfillers would not have rights to update the "Approval" field and there is no UI Action to move it to "Requested". Of course, a custom UI Action could be added for this purpose, but was wondering if you or anyone else had a solution that did not require customization like that.