Custom fields in User table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2014 09:48 PM
We have several org-specific fields stored in LDAP that we'd like to bring into ServiceNow. They are likely to be commonly references in Incident Management. What do folks typically do in this situation? Add fields to sys_user? Extend sys_user? Add an additional table and reference it specifically as needed?
(Note: The LDAP in this case is not Active Directory.)
Thanks,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2014 11:34 PM
Ideally U need top update the sys_user tabel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2014 12:18 AM
Hi Andrew,
We had the same kind of requirements and just added new fields to the sys_user table.
The only case i may imagine to do differently is if you have different user source were some of them don't contain those additional field, then in this case i would maybe extend the table, but even then, i would probably rather work with views.
If you want them to be referenced in the Incident Management Process, then i advise to not extend the table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2014 12:47 AM
i believe adding new custom fields to User Table will be easier as in this case you dont have to do much changes in your LADP import as well ...just adding new attributes and correctly mapping them through Transform Map will work for you.
Bharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2019 04:44 PM