ProjectEstimateLine
Represents individual line items within a project estimate, capturing GL account allocations, cost amounts, quantities, workflow type, and associated change request references.
Columns
| Name | Type | Description |
| amount | String | The monetary amount for this project estimate line. |
| auditCreatedBy | String | The user who created the project estimate line. |
| auditCreatedDateTime | Datetime | The date and time when the project estimate line was created. |
| auditModifiedBy | String | The user who last modified the project estimate line. |
| auditModifiedDateTime | Datetime | The date and time when the project estimate line was last modified. |
| changeRequestLine_Href | String | The URL of the change request line associated with this project estimate line. |
| changeRequestLine_Id | String | The Id of the change request line associated with this project estimate line. |
| changeRequestLine_Key | String | The system-assigned key of the change request line associated with this project estimate line. |
| changeRequest_Href | String | The URL of the change request associated with this project estimate line. |
| changeRequest_Id | String | The Id of the change request associated with this project estimate line. |
| changeRequest_Key | String | The system-assigned key of the change request associated with this project estimate line. |
| currency | String | The currency used for this project estimate line. |
| effectiveDate | Date | The date on which this project estimate line becomes effective. |
| externalUOM | String | The external unit of measure used for this project estimate line. |
| glAccount_Href | String | The URL of the GL account associated with this project estimate line. |
| glAccount_Id | String | The Id of the GL account associated with this project estimate line. |
| glAccount_Key | String | The system-assigned key of the GL account associated with this project estimate line. |
| glAccount_Name | String | The name of the GL account associated with this project estimate line. |
| href | String | The URL of the project estimate line resource. |
| id | String | The unique identifier of the project estimate line record. |
| isPosted | Bool | Indicates whether this project estimate line has been posted. |
| key [KEY] | String | The system-assigned key that uniquely identifies the project estimate line record. |
| lineNumber | Int | The sequential line number of this project estimate line. |
| memo | String | The memo or note for this project estimate line. |
| numberOfProductionUnits | Int | The number of production units for this project estimate line. |
| productionUnitDescription | String | The description of the production unit used for this project estimate line. |
| projectEstimate_Href | String | The URL of the project estimate associated with this project estimate line. |
| projectEstimate_Id | String | The Id of the project estimate associated with this project estimate line. |
| projectEstimate_Key | String | The system-assigned key of the project estimate associated with this project estimate line. |
| quantity | String | The quantity for this project estimate line. |
| unitCost | Decimal | The unit cost for this project estimate line. |
| workflowType | String | The workflow type assigned to this project estimate line, such as labor, expense, or purchasing. |