- 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:00 AM
Hi Swathi,
Just have an onload client script on incident form and populate the assignment group in there. I guess that is the easiest way to do this.
- 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:03 AM
I would strictly advice NOT TO use the default value in dictionary as it goes and updates all the blank columns in the entire table which can , in a lot of situations, have a very negative impact on the performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 04:18 AM
Hi Swathi,
You may use an assignment rule with default condition(there might be some condition when you want a default assignment group, you may define that) to populate default assignment group.
Just go to System Policy > Rules > Assignment and create new rule as per your requirement.
Hope this will help you.
Please like or mark correct if this helps you.
Thanks & Regards,
Bhoomika Bisht