Auto populate assignment group based on assigned to user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-30-2024 05:39 AM
Using client script how can I Auto-populate the assignment group based on the assigned user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-06-2024 04:27 AM
hi @Sowjanya Panuga
this doesn't make any sense becuase it should be when selecting assignment group assigned to user should be auto populate.
if you want reverse the logic , use below
there is a gr member table in snow , gliding the table you will be able to do that.
create script include and client script using glideajax async
1.script include
-glide record gr member table
-take input from user field, compare it with existing record in gr member table,
-if match found get the corresponding group sys id and store it in variable and return json string to client script.
2.client script
-now get the glideajax syntax
-get script include name, function name, parameters
-and call the function aync and auto populate the assignment group
let me know if this works.
Please accept the solution /mark this response as correct or helpful if it assisted you with your question.
Regards,
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-03-2024 02:16 AM
Using client script i want to auto-populate the assignment group based on the assigned to user in which user belongs to the group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-03-2024 02:28 AM
Hi @Sowjanya Panuga ,
You can make use of "Assign To Me" UI Action, available OOB.
If this serves your requirement.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-03-2024 02:31 AM
Using client script i want to auto-populate the assignment group based on the assigned to user in which user belongs to the group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-03-2024 02:31 AM
Using client script i want to auto-populate the assignment group based on the assigned to user in which user belongs to the group