PM
PMProjectEntity
A relation between a project and its entities such as tasks, invoices, and purchase orders.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | Created On | - | |
Description:No description available | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | Last Modified On | - | |
Description:No description available | ||||
LinkType | nvarchar | - | ||
Description:A type of relation between a project and an entity. | ||||
LinkedDocumentNoteID | uniqueidentifier | Document Number | - | |
Description:An identifier of the entity in the Note table. | ||||
LinkedDocumentNumberNonexistent in DB | string? | Document Number | - | |
Description:A string representation of the document number. | ||||
LinkedDocumentType | nvarchar | Document Type | - | |
Description:A type of the entity. | ||||
ProjectID | int | Project | - | |
Description:An identifier of the project to which the entity belongs. | ||||
SelectedNonexistent in DB | bool? | - | ||
Description:A Boolean value that indicates whether the entity is selected in a table. | ||||