- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 10:35 AM
Currently, I have an Assignment Group choice list reference qualifier based on the Assigned to filed. If the Assigned to field is not empty then the Assignment Group choice list only displays the list of groups the user belongs to. It works great. I would like to auto-fill the assignment group if this list only has one value. In other words, if Assigned To only belongs to one group, I would like to auto-fill this group as an Assignment Group. Any suggestions how to get this done?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2022 09:19 AM
Thank you, Tera Guru. This is not quite the solution I am looking for. That solution is on the server side using a business rule. Assignment Group, in our case, is a required field, so it needs to be filled out before saving the incident. The solution needed by using the client script and script includes. I was able to get it working using the following onChange client script that is triggered on table incident and field "Assigned To":

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2022 11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2022 09:19 AM
Thank you, Tera Guru. This is not quite the solution I am looking for. That solution is on the server side using a business rule. Assignment Group, in our case, is a required field, so it needs to be filled out before saving the incident. The solution needed by using the client script and script includes. I was able to get it working using the following onChange client script that is triggered on table incident and field "Assigned To":