- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 09:00 PM
From an interaction record in Service Operations Workspace, if I click on the Create Incident UI Action, I want to make the Assignment Group (for the Incident) field mandatory to be populated. What is the best way and is it advisable as its not a OOTB functionality. Currently incidents are getting created without an Assignment Group when creating them from interaction records.
I
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 09:31 PM
why not use UI policy to make it mandatory?
Determine if the new INC form got opened from interaction
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-18-2025 09:58 PM
Hello @Arijit Saikia
Please go to the below link in your instance -
Kindly mark my answer as helpful and accept solution if it helped you in anyway. It would give me recognition for the efforts and also move this question from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 09:03 PM
@Arijit Saikia I would like to understand what determines the assignment group of incident from Interaction.
I recommend you should be using some Assignment rules or any other business logic to populate assignment group on incident form at the time of creation, rather passing that info from interaction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 09:06 PM
@Arijit Saikia In this process when ui actions is click is it directly created or you land on inc new form ?
If new form is showcase then just identify some source of creation let's say channel field it will be auto populated as chat then you can have ui policy if it's chat then make your desired field as mandatory.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 09:21 PM
Thanks, when the UI Action is clicked it automatically creates an Incident record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2025 12:44 AM
Hello @Arijit Saikia
See Ui Policy is best option for you make it mandatory. Now as per your requirement it should be only mandatory when incident is created from interaction now checking this Ui Action I found couple of parameters which is identifies if incident is created from interaction or not using same, we can create a Ui Policy on same. Check below configuration screenshot:
Once above configuration is done it will suffice your requirement.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.