CN
PMWipChangeOrderLine
A projection over the PMChangeOrderLine class joined with the PMChangeOrder class. The projection is used in WIP reports.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AmountInProjectCury | decimal | - | ||
Description:The amount of the commitment in the project currency. | ||||
Approved | bit | - | ||
Description:Specifies (if set to true) that the document has been approved. | ||||
CompletionDate | datetime | - | ||
Description:The date that has been communicated to the customer as the approval date of the agreed-upon changes. Defaults to the current business date. | ||||
CostCodeID | int | - | ||
Description:No description available | ||||
Date | datetime | - | ||
Description:The date on which the changes made with the change order should be recorded in the project balances. Defaults to the current business date. | ||||
LineNbr | int | - | ||
Description:The original sequence number of the line. The sequence of line numbers that belongs to a single document can include gaps. | ||||
ProjectID | int | - | ||
Description:The identifier of the project associated with the change order. The value of this field corresponds to the value of the PMProject.contractID field. | ||||
RefNbr | nvarchar(15) | - | ||
Description:The reference number of the change order. The number is generated from the numbering sequence, which is specified on the Projects Preferences (PM101000) form. | ||||
Released | bit | - | ||
Description:Specifies (if set to true) that the document has been released. | ||||
Status | nvarchar | - | ||
Description:The status of the change order. The field can have one of the following values: ""H"": On Hold, ""A"": Pending Approval, ""O"": Open, ""C"": Closed, ""R"": Rejected | ||||
TaskID | int | - | ||
Description:The identifier of the Task associated with the commitment. The value of this field corresponds to the value of the PMTask.TaskID field. | ||||