2.Need Help in the Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 02:43 AM
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 .
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 03:27 AM
Trying to keep the response high level and simple, add an 'IF' block to check if the Application name is equal to 'ServiceNow Production' and if so, go down the approval steps/blocks, else, carry on the same path as the other criteria.
Too high level or does that make sense?
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie