Description: The estimated cost of changing a budget item in a budget.
Field | Type | Description | Read-Only |
---|---|---|---|
amountCost | Double | The amount that the budget row has changed as the result of transactions. | No |
amountCostProject | Double | The changed cost of a project. | Yes |
amountCostWorkspace1 | Double | The changed costs of a workspace. | Yes |
amountCostWorkspace2 | Double | The changed costs of a workspace. | Yes |
amountCostWorkspace3 | Double | The changed costs of a workspace. | Yes |
approveDate | DateTime | Date the item was approved | Yes |
budgetCbsSheetCodeId | ForeignKey | The name of the CBS Code associated with the budget line item. | No |
budgetChangeId | ForeignKey | This is an intermediary field that the system uses to calculate other values. It does not correspond to any field users can see in the user interface. | No |
budgetCostCategoryId | ForeignKey | The type of cost associated with the budget line item. | No |
budgetHours | Double | The number of hours needed to complete the budget details line item. Calculated as Production Rate multiplied by Quantity. | No |
budgetItemId | ForeignKey | A unique identifier for the budget item (Change Budget Line). | No |
budgetItemName | String | The name of the budget item. | No |
budgetTransactionId | String | The unique ID generated by the system. | No |
changeMode | Enum | The detailed Budget change line item. Valid values are: ‘AUTO’, ‘MANUAL’, and ‘CHANGE’. | Yes |
currentCost | Double | The current cost of the associated budget line item. | No |
currentCostProject | Double | The current cost of a project. | Yes |
currentCostWorkspace1 | Double | The current cost of a workspace. | Yes |
currentCostWorkspace2 | Double | The current cost of a workspace. | Yes |
currentCostWorkspace3 | Double | The current cost of a workspace. | Yes |
desiredCode | String | A unique identifier for the budget item (Add Budget Line). | No |
itemCode | String | The unique identifier for the budget line item. | No |
itemCodeSuffix | String | The suffix of a budget transaction code. | Yes |
laborRate | Double | The cost per labor hour of the budget line item detail. | No |
laborRateProject | Double | The labor rate cost of a project. | Yes |
laborRateWorkspace1 | Double | The labor rate cost of a workspace. | Yes |
laborRateWorkspace2 | Double | The labor rate cost of a workspace. | Yes |
laborRateWorkspace3 | Double | The labor rate cost of a workspace. | Yes |
productionRate | Double | The number of hours per unit of measure needed to complete the budget line item. | No |
quantity | Double | The number of each budget line item needed to complete the work. | No |
status | Enum | The status of the transaction. Valid values are: ‘DRAFT’, ‘PENDING’, ‘REJECTED’ and ‘APPROVED’. | No |
transactionType | Enum | Specifies the transaction type of the budget row. Valid values are: ‘ORIGINAL’, ‘CHANGE’, and ‘TRANSFER’. | Yes |
unitOfMeasureId | ForeignKey | The unit of measure used for the budget line item detail. | No |
unitRate | Double | The cost per unit of measure for the budget line item detail. | No |
unitRateProject | Double | The unit rate cost of a project. | Yes |
unitRateWorkspace1 | Double | The unit rate cost of a workspace. | Yes |
unitRateWorkspace2 | Double | The unit rate cost of a workspace. | Yes |
unitRateWorkspace3 | Double | The unit rate cost of a workspace. | Yes |