- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 08:09 AM
Does anyone know what the 'system user' checkbox does on the user account form? I recently created a new account for one of our internal email addresses, so it would show up as HR instead of 'guest'. We currently have another account set up like this, and the system user box is checked, so I mirrored the new account after this one. However, now no emails from this HR email address are making it into ServiceNow and I suspect it has something to do with this system user box being checked. I can't find any information on what exactly this does, or how it works, so I'm wondering if I'm missing something? Any suggestions would be very helpful!!
Thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 09:08 AM
Thanks. The u_ prefix indicates it is not an OOB field and that your consulting partner created it, but for what - I don't know. Best practice would have been to use the description or comment field on that dictionary entry to leave some clues behind, but few developers do that, much to the frustration of those who follow. Hindsight is always 20/20, right?
If you cannot find any trace of who created it, you'll have to start looking around the system (business rules, script includes, REST integrations, UI actions, etc.) to see if you can find any trace of u_system_user.
The code search feature in Studio may lend some speed to this research.
Using Code Search to make developing on the platform easier

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 08:13 AM
What table are you seeing this on Jamie? I don't see it OOB on sys_user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 08:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 08:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2017 09:01 AM