SoftwareItemDocument¶
Reletion between SoftwareItem and Document entities.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this entity got created in the database |
| CreatedBy | string | User that created this entity |
| CustomField1 | string | custom field 1, not used by OctoSAM |
| CustomField2 | string | custom field |
| DocumentID | numeric | Internal ID that references the Document entity (Foreign Key) |
| ExtraData | string | Extra data for this relation (JSON formatted) |
| ID | numeric | Internal ID for the SoftwareItemDocument entity (Primary Key) |
| Res1 | string | Reserved for future use |
| Res2 | string | Reserved for future use |
| SoftwareItemID | numeric | Internal ID that references the SoftwareItem entity (Foreign Key) |
| SortOrder | numeric | Sort order for documents linked to the same software item |