automatically populated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 01:17 AM
Hi,
I've created a record producer with the 'Caller' field mapped to the incident table, a 'Mobile Phone' field mapped to a user table field, and a 'Call Back' field mapped to a custom field 'u_call_back' in the incident table. I'd like the 'Call Back' field to be automatically populated with the phone number of the selected caller in the record producer. However, users should also have the option to modify this value. Can someone guide me on how to achieve this?
I tried to use default value but it populates the call back field with the current user logged in instead of the caller.
Thank; Shir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 01:24 AM
you should use onChange client script for this with GlideAjax
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 01:28 AM
will it work on record producer ?
can you please send me the script