- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018 06:05 AM
Hi community. We just went live with servicenow in our company and there is a need to add a user to multiple companies. and select the correct company on he incident/change form How can I achieve this? Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018 06:36 AM
The company field on the sys_user record is a reference field. That means you can only point to one at a time. If you want to have multiple users in multiple companies, I recommend creating a many-to-many table and it will show up as a related list on the form (after you configure related lists of course.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 08:05 AM
Thanks. I will give it a go.
