caller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 03:29 AM
I want to create an incident in ServiceNow with the ‘Caller’ mandatory attribute capturing the name of the engineer who is creating the incident.
I am able to capture the name of the engineer automatically in the ‘Caller’ attribute on the incident form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 04:05 AM
Whenever engineer create a incident that engineer name is a populate in caller field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 04:41 AM
Hi @Anusha Medharam,
This is very easily achieved by configuring the 'Caller' field at the dictionary level with the 'Default value' of:
javascript: gs.getUserID()
(To configure the dictionary, right-click against the 'Caller' field, select the 'Configure Dictionary' option, and set the default value as explained above and as shown below)
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:38 AM
Hi @Anusha Medharam,
Did you see my earlier response? This is very easily achieved by configuring the 'Caller' field at the dictionary level with the 'Default value' of:
javascript: gs.getUserID()
Please see my post/solution and screen shot.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie