- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 01:42 AM - edited 02-28-2025 01:44 AM
Dear Community,
I need to integrate a new onboarding process into the existing one.
Currently, we use an order guide with five catalog items. However, the new entity will not need to complete or use one of these catalog items.
Is it possible to make a catalog item optional based on a variable from another catalog item? Additionally, can we automatically reject the RITM based on a variable?
I imagine that I could use a flow to intercept the catalog item and make the necessary changes right after submitting the order guide, but I would like to know if you have any other ideas for bypassing a catalog item in an order guide based on a variable.
Looking forward to your insights.
Kind regards,
Gdo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 02:25 AM
Hi @gdo
I think you might be on the wrong track. It’s not possible to hide an item directly based on the item variable alone. Instead, we can hide or show the item based on the order guide variable. You can either configure the item to appear based on the order guide or add the variable from the item to the order guide for conditional visibility.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 01:45 AM
Hi @gdo
Did you check the rule based in order guide.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 01:45 AM - edited 02-28-2025 01:47 AM
Step 1: Use Order Guide Rules (Preferred Approach)
This method ensures the catalog item is not included in the order based on a variable.
1. Navigate to Order Guide Rules
1. Go to Service Catalog > Catalog Definitions > Order Guides.
2. Open your existing Order Guide.
3. In the Rules section, click New.
2. Configure the Rule
1. Set Applies to as the dependent catalog item.
2. Use Condition to check the variable from another item.
Example: Onboarding Type (variable in another item) is not equal to — New Hire
3. In the Action section, choose “Include — Set it to false.
4. Click Save.
Outcome: If the condition is met, the specific catalog item is not included in the order.
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 01:47 AM
Hi @gdo
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 02:16 AM
Hi,
thanks for the answers.
I've tried but I don't see the variable I need in here :
I need to hide a catalog item based on the variable of another catalog item. Would it be possible in the rule based ?