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. | No |
ApproveByUserName | String | The name of the user who approved a project budget. | No |
ApproveDate | DateTime | The date the project budget was approved. | No |
BudgetStatus | Enum | The state of the project budget change request. Values can be "DRAFT", "PENDING", "REJECTED", "APPROVED". | No |
LastModifiedById | String | The unique identifier of the user who last modified the project budget. | No |
ObjectId | String | The unique ID generated by the system. | No |
ProjectName | String | The name of a project. | No |
ProjectObjectId | ForeignKey | The unique identifier of the project | No |
RejectByUserId | String | The user who rejected the budget. | No |
RejectByUserName | String | The name of the user who rejected a project budget. | No |
RejectDate | DateTime | The date the budget was rejected. | No |
SubmitByUserId | String | The user who submitted the budget for review. | No |
SubmitByUserName | String | The name of the user who submitted a project budget. | No |
SubmitDate | DateTime | The date the budget was submitted for review. | No |
WithdrawApprovalByUserId | String | The user who withdrew approval of the budget. | No |
WithdrawApprovalByUserName | String | The name of the user who withdrew a project budget. | No |
WithdrawApprovalDate | DateTime | The date the approval of the budget is withdrawn. | No |