Description: The total cost of the project budget, including all transfers and changes.
Field | Type | Description | Read-Only |
---|---|---|---|
approveByUserId | String | The user who approved the budget. | Yes |
approveByUserName | String | The name of the user who approved a project budget. | Yes |
approvedDate | DateTime | The date the project budget was approved. | No |
budgetStatus | 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 |
lastModifiedById | String | The unique identifier of the user who last modified the project budget. | Yes |
projectBudgetId | String | The unique ID generated by the system. | Yes |
projectId | ForeignKey | The unique identifier of the project | No |
projectName | String | The name of a project. | Yes |
rejectByUserId | String | The user who rejected the budget. | Yes |
rejectByUserName | String | The name of the user who rejected a project budget. | Yes |
rejectDate | DateTime | The date the budget was rejected. | Yes |
submitByUserId | String | The user who submitted the budget for review. | Yes |
submitByUserName | String | The name of the user who submitted a project budget. | Yes |
submitDate | DateTime | The date the budget was submitted for review. | Yes |
withdrawApprovalByUserId | String | The user who withdrew approval of the budget. | Yes |
withdrawApprovalByUserName | String | The name of the user who withdrew a project budget. | Yes |
withdrawApprovalDate | DateTime | The date the approval of the budget is withdrawn. | No |