RevenueSchedule
Represents revenue schedules generated from contract lines, tracking the recognition status, cancellation date, and associated journal and schedule lines.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the revenue schedule. |
| auditCreatedDateTime | Datetime | True |
The date and time when the revenue schedule was created. |
| auditModifiedBy | String | True |
The user who last modified the revenue schedule. |
| auditModifiedDateTime | Datetime | True |
The date and time when the revenue schedule was last modified. |
| cancellationDate | Date | True |
The date on which this revenue schedule was cancelled. |
| contractLine_Href | String | True |
The URL of the contract line associated with this revenue schedule. |
| contractLine_Id | String | True |
The Id of the contract line associated with this revenue schedule. |
| contractLine_Key | String | True |
The system-assigned key of the contract line associated with this revenue schedule. |
| contract_Href | String | True |
The URL of the contract associated with this revenue schedule. |
| contract_Id | String | True |
The Id of the contract associated with this revenue schedule. |
| contract_Key | String | True |
The system-assigned key of the contract associated with this revenue schedule. |
| estimateRevaluationDate | Date | True |
The date on which the estimate was last revalued for this revenue schedule. |
| href | String | True |
The URL of the revenue schedule resource. |
| id | String | True |
The unique identifier of the revenue schedule record. |
| journal | String | True |
The journal used to post revenue recognition entries for this revenue schedule. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the revenue schedule record. |
| status | String | True |
The current status of the revenue schedule, such as active or cancelled. |
| ListAggregate_RevenueScheduleLines | String | False |
The aggregate list of revenue schedule lines associated with this revenue schedule. |