- 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-06-2018 06:12 AM
It sounds like you are using domain separation. Can you confirm?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018 06:26 AM
Hi Chuck,
No, we are a B2B service provider and imported all users and companies in our instance within the global application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 06:47 AM
Hello Chuck, thank you for this response.
What if we are using a domain separation ? how would we provide a user access to multiple but limited companies in that case ?
The goal here is the agent when logs in to the Service Portal, can raise an INC or a Request only for the companies he has access to.

- 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.)