Companies
SellStack’s Company entity is a custom entity implemented to match certain capabilities of a Company entity in Dynamics. In Dynamics, users have a single point of access to all companies, where each company has its own data, like items, contacts and customers. SellStack has a different model where one instance matches one company. In Dynamics, all companies are within the same instance. However, with the Company entity, we implement the mentioned single point of access. When configured correctly, administrators can access other Admin interfaces without repeated authentication. For example, administrators from Colorado can access Michigan or New York instances through the company link (see Companies grid in SellStack Admin image) at the top of the Admin interface. To correctly configure companies, set the code, name and the domain values (see Company editing form in SellStack Admin image). The only requirement to access other companies without repeated authentication is that the companies share the same administrator account in terms of email, username and password. Companies should be configured on all instances for the links to work in both directions.
Companies grid in SellStack Admin

Company editing form in SellStack Admin

Last updated