Company
Everything in The Hub can be linked back to a Company. This is how we handle multi-tenancy within the platform. Companies may not always be a company in the traditional sense, but they are the unit of organization in The Hub. For example, you could use the company to separate data for a client, or to group data for a project.
Company Tree Structure
Companies live in a tree structure with the root company being the parent. The parent is the company that has a direct relationship with Hanhaa SCS.
Parent (P) Child 1 (C1) Child 1.1 (C1.1) Child 1.2 (C1.2) Child 2 (C2) Child 2.1 (C2.1) Child 2.2 (C2.2)
In the above structure the following statements are true:
- P is a parent of C1 & C2
- C1 is a child of P
- C2 is a child of P
- C1 & C2 are siblings
- C1.1 is a child of C1
- P is the root of C1 & C1.1 & C1.2 & C2 & C2.1 & C2.2
In this structure a parent can always see a childs data, but a child cannot see a parent’s data. Siblings can also not see each others data.