Reference caller field in short description - when making template from template bar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 07:56 PM
Making a template from the template bar - is it possible to reference the caller field/caller field of the parent in these templates? e.g. javascript:get.something(Caller)?
Or does it have to be scripted?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 08:40 PM
Hi @Robert134
You can use GlideSystem in the Template table. Sample
javascript:gs.getUserID();
If you'd like autofill based on the parent record, you can define an OnChange Client Script with AJAX call to achieve it.
Cheers,
Tai Vu