- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 07:44 PM
I need to develop a specific question for change requester to answer whenever they are submitting a change request. This question however, is customized and not OOTB field, can I make this question mandatory with a condition to limit to specific business units? (Given that I have multiple business units adopting different practices, i.e. other BU (A) needs this mandatory question while BU (B) & (C) do not need). Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:49 PM
@jlwh418 I am assuming, by question you meant to say a variable on the record producer for creating change request. If this assumption is correct then you can add a UI Policy with Filters and inside UI Policy action make your question field Mandatory if the filter conditions return true.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 09:49 PM
@jlwh418 I am assuming, by question you meant to say a variable on the record producer for creating change request. If this assumption is correct then you can add a UI Policy with Filters and inside UI Policy action make your question field Mandatory if the filter conditions return true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 01:22 AM
Hi @Sandeep Rajput , thanks for the response. Does that mean it is feasible to prompt this mandatory question (actually it's a selection of another dependent dropdown list) when the change request is selected with a specific BU (in my hypothesis - BU (A))? Thanks again.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 01:43 AM
Yes, you can make a field conditionally mandatory either using a UI Policy or a client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2023 02:13 AM
Thanks a lot @Sandeep Rajput , I will work with my engineer to proceed and see if it has any further difficulty i may encounter. Much appreciated, indeed.