SoftwareItemOrganization¶
M:n SoftwareItem to Organization relation for Items that are linked to specific organizations.
Fields¶
| Field | Type | Description |
|---|---|---|
| ID | numeric | Internal ID for the SoftwareItemOrganization entity (Primary Key) |
| MachineEntitled | boolean | True if machines of the organizations are entitled |
| OrganizationID | numeric | Internal ID that references the Organization entity (Foreign Key) |
| SoftwareItemID | numeric | Internal ID that references the SoftwareItem entity (Foreign Key) |
| UserEntitled | boolean | True if users of the organization are entitled |
| Visible | boolean | Reserved for future use |