Autopopulate email,location,manager of caller onchange client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 05:50 AM
Hi,
I am trying to populate email,location , manager name of caller on change client script,
Unfortunately its not working.
Client script -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 05:55 AM
Where? Is this for a catalog item/record producer? Use 'auto populate' and you won't have to fill anything through script. It will just get the information from the user record.
Is it on a record in the backend? Use dot walked fields, so you get the information directly from the user table.
No need for any scripting anymore.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 06:32 AM
Hi @Mark Manders,
I am not sure if auto-populate works for auto-populate. I tried it long back and it didn't work.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 04:59 AM
Then it wasn't configured correctly, because I am always using this since it was introduced. Auto populate works for auto populate, because that's what it was designed for.
You create the location variable and set the auto populate to be depending on the user variable and select the location field (and same for the others).
Just select the user and the other fields are auto populated.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 06:36 PM
Thank you @Mark Manders,
I will try to do it on my Personal Developer Instance. I will ask for your help if needed.
Regards
Suman P.