Set Default Value of Ref field to a group - Help Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 02:43 PM
I have the sys id of the group , but i have a reference field and i want to set the default value to a particular group such as help desk , i just placed the sys id directly in the default or is there a different way
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:07 PM
Hi @ServNowDev ,
Yes, you can add the sys_id of default group under Default tab.
When form load first time, it will pre-filled with default assignment group. After you change this group to other group then update will save and reflect when open the record.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:17 PM
@ServNowDev If you dont want to add sys_id then you can use below method in default value, define name of the group.
javascript:GetIDValue('sys_user_group', 'ACME Refrigerator Support');
Doc link:
Thanks,
Harsh