- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 01:06 AM
Hi, how would I go about making a field on the problem form mandatory when a user changes the state from New to Assess?
We dont want the field to mandatory when the state is New, only when the state changes.
Thanks in advance for any suggestions
Richard
Solved! Go to Solution.
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 01:11 AM
Hi,
You hvae to create UI policy for this.
Condition as-
State ISONE OF select all states except New.
UI policy action -
Field1 -- mandatory as true
Field2 -- mandatory as true
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 01:11 AM
Hi,
You hvae to create UI policy for this.
Condition as-
State ISONE OF select all states except New.
UI policy action -
Field1 -- mandatory as true
Field2 -- mandatory as true
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 01:12 AM
Hi Richard T,
You can create a UI policy for this requirement.
In the condition provide, state changes to access.
And in run script set the field mandatory by using g_form.setMandatory()
Please mark helpful and correct.
Thank you
Gaurav Rotke