- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2021 06:32 PM
Id like to create incident template for contacting customers.
I want to insert customers name in "Additional comments" automatically,
so entered as below,
javascript:"Dear "+gs.current.caller_id.LastName()
but the result is "Dear undefined".
How can I insert caller user name of current incident?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 03:15 AM
gs.getUserDisplayName is based off the current logged in user, not fields on the form. As provided previously, your only option for this is Response Templates rather than the classic templates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2021 12:34 PM
Hi
So i added
javascript:"Dear "+gs.getUserDisplayName()
However it does NOT bring back Caller name. It does populate current AGENT name who is applying reply template.
Is there really a way to populate actual Caller name ? Person who summitted the ticket.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2021 03:15 AM
gs.getUserDisplayName is based off the current logged in user, not fields on the form. As provided previously, your only option for this is Response Templates rather than the classic templates.