Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 05:48 AM
auto populate the email of callers manager in incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023 05:58 AM - edited 08-09-2023 05:58 AM
Hello @Phani Pasupulet ,
you can write an on change client script on caller field and using a Display BR on incident table to store the email id of callers manager in scratch pad like below
And in the client script you can access the value as below
g_form.setValue('your_filed_name_to_autopopulate',
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2023 03:42 AM - edited 08-12-2023 03:43 AM
Hello @Phani Pasupulet ,
You can easily do this with dot-walking on incident form.
1. Open the incident form.
2. Configure form layout
3.Click Caller and Expand the selected reference field.
4. You will see all the caller related fields. Select manager and click on the expander again. Select email and move it to selected fields.
5. Save the form.
Please mark it correct & Helpful if you find this useful!
Regards,
Karthiga