Linker caller to a choice field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-14-2024 09:38 PM
Hello,
I want to link a one caller/user to a choice field. Ex. Bill hill = User, TeamDesk = (Helpdesk Team - Choice field). If bill selected on the caller will automatically Helpdesk Team will populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-14-2024 09:43 PM
Hello @Neil_Carlo24 ,
You can use the OnChange() Client script to populate the Helpdesk team on change of Caller/User to Bill. If the caller is Bill, you can use the g_form.setValue() method to set the Helpdesk field which is a choice field.
If the above solution resolve your issue, please mark the solution as Accepted Solution and also mark it as Helpful.
Thank You.
Prathamesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-14-2024 09:46 PM
Hi,
Can you please explain business logic, mapping based on user name is not good criteria. There should be some other value like department, country, location etc defining TeamDesk.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-14-2024 09:48 PM
Hi @Neil_Carlo24 ,
Please try Autopopulate feature for this requirement. if you are in Utah version or above.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-14-2024 09:50 PM
Hello @Danish Bhairag2
Where i can find this feature?