- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 04:01 AM
Hi Swathi,
you can set it using default value by giving the sys_id in default value. But create dictionary override since it is task based field and you only want this for incident table. Go to incident form, configure dictionary for assignment_group. there you will see a related list for Dictionary override -> click new and below form will open
populate the sys_id of the group you want as default value.
Or else you can populate that in onLoad script.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 04:39 AM
Thanks Swathi for marking the answer as correct.
Can you also mark it as helpful and hit like. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2018 06:28 AM
In this case I would use out of the box functionality for a business rule where I define what fileds should be filled out (dynamic).
- Create a new Business Rule that runs on desired table (Incident in this case)
- When to run tab: When = display (on page load)
- Actions tab: Assignment group: To (dynamic) One of My Groups
If the active users have more then one group, this will call for manual entry, but if the user only have one group, the correct group will be displayed.