Need Help in the Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 08:03 PM
Hi Team ,
I have a requirement in one of the catalog item .
There is one catalog item,'xyz.'' In that we have 2 fields ,
When ever ' Related catgory ' ( Select box )is selected = Applications
And ' Application Name ' ( Reference field ) is selected = ServiceNow Production . After Line Manager approval it should goes to ServiceOwner approval . It should happen only when this conditions matches.
Note :- Here 'applcation name' field is reference field .
Note :- Apart from Servicenow production selected in Application name , it should not ask for Service owner approval .
If I use Switch it is not working .
can anyone please help me with this request . How to fullfill this condtions .
Please provide screenshots for this configurations .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 11:22 PM
hi,
Instead of switch can you try with if loop with condition as
'Related catgory ' ( Select box )= Applications
And ' Application Name ' ( Reference field )= ServiceNow Production
On the answer as Yes you can add Line Manager approval and then ServiceOwner approval .
On the answer as No you can add Line Manager approval
Thanks & Regards
Sejal Chavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 11:26 PM
could you please provide me the screenshots of the configuration for better understanding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 01:21 AM
Hi @nameisnani
Below image will help you like shown if "windows 123" is selected then only it will go for approval
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 02:10 AM
Application name is referring to is ' cmdb_ci_service' .
When I open ' ServiceNow Production' table name shows 'cmdb_ci_service' .
My requirement is
When ever
Related category ' Application ' selected
Application name ' ServiceNow Production' selected
Once request submitted ,
After Line Manager approval , >>> Second level approval should be trigger to >> ServiceOwner approval (CFS_SNowSO_APR) .>>>> After this catalog task .
Please help me with this configuration , any script ?