When a form is submitted, the Incident Caller is submitted as Guest Automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2023 05:38 AM
We have a form setup for users to submit a question that they may have. When the form is filled out, it submits an incident using the fields for caller, email, phone, and details of the questions. Once a user submits this form, on the service management side of Servicenow, users will see the incident submitted as a guest and not the caller which is automatically filled in the form. Below I have include the script that is used within the form. Any assistance that can be provided is helpful.
Thanks!
var caller = gs.getUserID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2023 05:57 AM
Hello @Malik Wheeler,
Please check the following article:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0760508
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0750719
Please mark my answer correct and helpful if it helps you