I need level four managers approval for current user how to do it workflow method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 10:36 AM - edited 09-05-2023 02:48 AM
Hi Team
I have the catalog item, Intially it goes to first managers(tony) approval after I need the 4th manger approval I required. tony --> michael --> greetan ---- > Susan. once approve the tony I need the second approval "susan" only how to finish this task using the work flow
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:12 PM
Hi, unfortunately your requirements are not clear in your post, perhaps you could update this thread to include clear/specific details of your requirement and current configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:28 AM - edited 09-05-2023 02:31 AM
I have the catalog item, Intially it goes to first managers(tony) approval after I need the 4th manger approval I required. tony --> michael --> greetan ---- > Susan. once approve the tony I need the second approval susan only how to finish this task using the work flow
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 03:41 AM
Hi dhineshkumar,
In case of workflow, use approval user activity.
Select Advanced Check box
Add below script in "Additional approvers script" box
var answer=[];
answer.push(current.variables.requested_for.manager.manager.manager.manager);
replace "requested_for" with your variable name/field name
Thanks,