Need to make assigned to as mandatory after Assignment group changes saved on the incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 10:57 PM
Hi All,
Actually we have requirement that whenever if we change state to WIP and assignment group changes and save the incident form then assigned to make mandatory, while making changes to group , assigned to not mandatory after saved only it makes mandatory
Please give me suggestions on this
Thanks
Deepika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 08:47 PM
Actually i am trying to create onchange client script, whenever the field assignment group changes , but here my requirement was like assigned to not mandatory on field changes , its only mandatory after i saved the form with the group changes
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 08:52 PM
only when saved form means it has to be onLoad client script
But your requirement is when group changes
So it's conflicting requirement.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 09:01 PM
Actually this was requirement from the customer
- When we update the Incident State to WIP, AND
- When the Assignment Group value changes
- The Assigned To field is not mandatory while being reassigned, BUT
- Becomes Mandatory when saved
Please advice on this
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 09:53 PM
in the 1st line itself the requirement is when state changes so you can write onChange
Also you can have onLoad and see if state is WIP and if assigned to is empty then make assigned to mandatory
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 02:09 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
