Mitigated Filed should not be mandatory if state is In Progress and assignment group changes in inci
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 08:45 PM
Hi Team,
I am facing a problem. I have field name mitigated and it should be mandatory if state is changed to inprogress. I have written a onload client script for this. But my concern is, when assignment group changes then mitigated field should not be in mandatory. Kindly help me with this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 04:21 AM
Hi @maharshi_v ,
Sorry, I am little confuse because your short description & Description have diffrent mean.
But as per your short description, You can create a UI Policy and take two condition:
State is "In Progress" and Assignment group is "inci". And create a ui policy action Mitigated mandatory=False and rest should be leave alone.
Note: If Make mandatory is depends on another field, you need to write onChange client script not onLoad.
Thank You!
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 02:07 AM
Hi @maharshi_v ,
Did this way resolved your issue ? Let me know if you need any further assistance!
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful".
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 08:06 AM
Hi @Chandra18
No it didn't work but we have created an onload client script for making the mitigated Filed by passing the state is inprogress and later we have written another clientscript on onchange of assignment group making mitigated Field not madatory.