Description: This is costs transferred from one budget line to another budget line.
Field | Type | Description | Read-Only |
---|---|---|---|
approveByUserId | String | The username of the user that approved the item. | Yes |
approveByUserName | String | The name of the user who approved a project budget transfer. | Yes |
approveDate | DateTime | Date the item was approved. | Yes |
budgetItemId | ForeignKey | The system-generated identifier of a budget item. | No |
budgetTransferCode | String | The unique identifier of the project budget transfer request. | No |
budgetTransferId | String | The unique ID generated by the system. | No |
description | String | Details supporting the change request. | No |
itemPrefix | String | Details supporting the change request. | No |
itemSuffix | String | The prefix of a budget transfer code. | No |
lastModifiedById | String | The user name of the user who last made changes to the item. | Yes |
projectBudgetId | ForeignKey | The system-generated identifier of a project budget. | No |
projectCode | String | The unique identifier for a project set by the user who created the project. | No |
projectId | ForeignKey | The unique identifier of the project. | No |
rejectByUserId | String | The username of the user that rejected the item. | Yes |
rejectByUserName | String | The name of the user who rejected a project budget transfer. | Yes |
rejectDate | DateTime | Date the item was rejected. | Yes |
status | Enum | The state of the project budget change request. Pending: The change request is awaiting a decision. Approved: The change request was approved. Rejected: The change request was not approved. | No |
submitByUserId | String | The username of the user that submitted the item. | Yes |
submitByUserName | String | The name of the user who submitted a project budget transfer. | No |
submitDate | DateTime | Date the item was submitted. | Yes |
withdrawApprovalByUserId | String | The username of the user that withdrew approval of the item. | Yes |
withdrawApprovalByUserName | String | The name of the user who withdrew a project budget transfer. | Yes |
withdrawApprovalDate | DateTime | Date the item was withdrawn. | Yes |
workspaceCode | String | The user-specified identifier of a workspace. | Yes |