Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Catalog Dependency Related To Ticket Type

Sam Jae
Tera Contributor

Hi, 

 

I am creating a catalog item. For the catalog UI policy, if the answer is Yes, once submitted it needs to create an incident, if the answer is No, it needs to create a request. Is this possible and if so, how would I create that? 

 

Please help,  thank you.

2 REPLIES 2

Elijah Aromola
Mega Sage

You would have to add this functionality in the catalog item workflow/flow. You would not be able to achieve this with a UI Policy as that is for hiding/showing fields/variables.

AshishKM
Kilo Patron
Kilo Patron

Hi @Sam Jae , 

Yes, Its possible through single catalog item and using If condition in workflow for incident path. 

However, you can write this in a modular/scalable way, create a catalog item ( for request ) and a record produce ( for incident ) and bind them via Order Guide. Based of given choice Yes/No, show the next form to user.

 

-Thanks,

AshishKMishra


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution