Description: ProjectBudgetTransferTransaction fields.
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 | The date the transaction was approved. | Yes |
budgetCbsSheetCodeId | ForeignKey | The name of the CBS Code associated with the budget line item. | Yes |
budgetCostCategoryId | ForeignKey | The type of cost associated with the budget line item. | Yes |
budgetHours | Double | The number of hours needed to complete the budget details line item. Calculated as Production Rate multiplied by Quantity. | No |
budgetItemId | ForeignKey | The system-generated identifier of a budget item. | No |
budgetItemName | String | The name of the budget item. | No |
budgetTransactionId | String | The unique ID generated by the system. | No |
budgetTransferId | ForeignKey | The system-generated identifier of a budget transfer. | No |
budgetTransferType | Enum | Specifies whether the budget row is transfer from budget record or transfer to budget record. Valid values are: ‘TO’ and ‘FROM’. | No |
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 |
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’. | No |
transferFromCBSId | ForeignKey | The CBS code of the source budget line item. This identifies the CBS code of the budget line item you are transferring money from through the transfer. | Yes |
transferFromCostCategoryId | ForeignKey | The cost category ID of the source budget line item. | Yes |
transferFromId | ForeignKey | The unique identifier for the source budget line item. This identifies the ID of the budget item you are transferring money from through the transfer. | No |
transferToCBSId | ForeignKey | The CBS code of the destination budget line item. This identifies the CBS code of the budget line item you are transferring money to through the transfer. | Yes |
transferToCostCategoryId | ForeignKey | The cost category ID of the destination budget line item. | Yes |
transferToId | ForeignKey | The unique identifier for the destination budget line item. This identifies the ID of the budget item you are transferring money to through the transfer. | No |
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 |