2.Need Help in the Workflow

nameisnani
Mega Sage

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 .

 

nameisnani_0-1724924518360.png

 

nameisnani_1-1724924518388.png

 

 

can anyone please help me with this request . How to fullfill this condtions .

 

Please provide screenshots for this configurations .

 

 

nameisnani_2-1724924563046.png

 

 

 

Application name is referring to is ' cmdb_ci_service' .

nameisnani_3-1724924563122.png

 

When I open ' ServiceNow Production'  table name shows 'cmdb_ci_service' .

nameisnani_4-1724924563067.png

 

 

 

 

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 .

 

1 REPLY 1

Robbie
Kilo Patron
Kilo Patron

@nameisnani,

 

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