OrganizationToken
Defines tokens for organization mapping.
erDiagram
Organization ||--o{ OrganizationToken : "OrganizationID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the OrganizationToken entity (Primary Key) |
| Notes |
string |
Custom notes |
| OrganizationID |
numeric |
Internal ID that references the Organization entity (Foreign Key) |
| Token |
string |
A string that matches the token defined in the corresponding mapping rule |
References
| Column Name |
Referenced Table |
Description |
| OrganizationID |
Organization |
Defines the organizations of this OctoSAM installation |