Budget
Represents financial budgets used to plan and track projected income and expenses across accounts, entities, and reporting periods.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the budget. |
| auditCreatedDateTime | Datetime | True |
The date and time when the budget was created. |
| auditModifiedBy | String | True |
The user who last modified the budget. |
| auditModifiedDateTime | Datetime | True |
The date and time when the budget was last modified. |
| consolidateAmounts | Bool | False |
Indicates whether budget amounts are consolidated across entities. |
| currency | String | False |
The currency used for amounts in this budget. |
| description | String | False |
The description of the budget. |
| entity_Href | String | True |
The URL of the entity associated with this budget. |
| entity_Id | String | True |
The Id of the entity associated with this budget. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this budget. |
| entity_Name | String | True |
The name of the entity associated with this budget. |
| href | String | True |
The URL of the budget resource. |
| id | String | False |
The unique identifier of the budget. |
| isDefault | Bool | False |
Indicates whether this budget is the default budget for the entity. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the budget record. |
| postProjectContract | Bool | False |
Indicates whether project contract amounts are posted to this budget. |
| postProjectEstimate | Bool | False |
Indicates whether project estimate amounts are posted to this budget. |
| status | String | False |
The current status of the budget, such as active or inactive. |
| submitterName | String | True |
The name of the user who submitted this budget. |
| systemGenerated | String | True |
Indicates whether this budget was generated by the system. |
| ListAggregate_Lines | String | False |
The list of budget detail lines associated with this budget. |