- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 12:48 AM
Hi everyone,
How can I customize the Service Catalog to include conditional fields based on user input?
Regards
Vishaal
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:21 AM
If it's a simple condition, can use Catalog UI Policy.
If it's complex, can use Client Script.
Need further details on what and how you want to customize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:21 AM
Hi @VishaalRanS
You can Customize the Service Catalog to include conditional fields:
- For more complicated conditional logic, use client scripts where as for simpler logic, use UI Policies based on user input.
- Ensure that mandatory fields are only required when necessary based on the user input to avoid blocking the submission.
NOTE: The catalog item should always be thoroughly tested to make sure the conditional logic functions in a variety of scenarios and user inputs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:16 AM
Hello @VishaalRanS
Could You give me more explaination on this to understand better what's your requirement ?
Thank You

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:21 AM
If it's a simple condition, can use Catalog UI Policy.
If it's complex, can use Client Script.
Need further details on what and how you want to customize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 01:21 AM
Hi @VishaalRanS
You can Customize the Service Catalog to include conditional fields:
- For more complicated conditional logic, use client scripts where as for simpler logic, use UI Policies based on user input.
- Ensure that mandatory fields are only required when necessary based on the user input to avoid blocking the submission.
NOTE: The catalog item should always be thoroughly tested to make sure the conditional logic functions in a variety of scenarios and user inputs.