In ServiceNow Service Catalog, the best practice for handling accessory selections is to use variables or variable sets within a single catalog item rather than creating multiple separate catalog items.
A. Create a Catalog Item for the tablet and add a checkbox variable for each accessory option.✅ Correct – Adding checkbox variables for accessories allows users to select multiple options within a single request.
B. Create a Catalog Item for the tablet, and add a variable set to the form for accessory options.✅ Correct – A Variable Set is a reusable collection of variables that can be applied to multiple catalog items.
This approach is beneficial if multiple devices (e.g., laptop, phone, tablet) share the same accessory options.
The Variable Set can include checkboxes for selecting accessories.
E. In Shopping Cart configuration, select the option to show the "Add Accessories" button.✅ Correct – Enabling the "Add Accessories" button in the Shopping Cart allows users to add related products as separate items in their order.
This works well when accessories are separate items in the catalog but need to be linked for convenience.
Best Practices for Configuring the Tablet and Accessories:
C. Create one Catalog Item for each: tablet, carrying case, screen cleaner, tablet stand, and screen protector.⌠Incorrect – This forces users to order accessories separately, making the process less efficient.
D. Create a Record Producer, and on the form, add a checkbox variable for each accessory option.⌠Incorrect – Record Producers create records in tables (e.g., Incident, Request, HR Case) but are not used for Service Catalog ordering.
Incorrect Answer Choices Analysis:
ServiceNow Docs – Creating and Managing Catalog Items📖 Creating Service Catalog Items
ServiceNow Docs – Variable Sets📖 Service Catalog Variable Sets
ServiceNow Docs – Shopping Cart Configuration📖 Shopping Cart Configuration
Official ServiceNow Documentation References:
Conclusion:The correct answers are:✅ A. Create a Catalog item for the tablet and add checkbox variables for accessories.✅ B. Use a Variable Set for the accessory options.✅ E. Enable the "Add Accessories" button in Shopping Cart configuration.
This approach enhances user experience, ensures flexibility, and aligns with ServiceNow Service Catalog best practices.