RevenueContractBatch object
The RevenueContractBatch object stores revenue contract batch processing details, including batch status, line counts, and error information, and supports joins to related revenue and calendar objects.
The RevenueContractBatch object contains the revenue contract batch processing details including batch status, line counts, and error information.
Unique identifiers
The following fields on the RevenueContractBatch object can be used as unique identifiers to distinguish different RevenueContractBatch objects.
- Id
INTERNAL - Unique identifier of the revenue contract batch.
- ClientId
INTERNAL - Unique identifier that is assigned by Zuora Revenue. This should not be updated by any other means.
- SecAtrVal
Security attribute to restrict data from being accessed. All data security is driven by the value in this field.
Joining objects and expressions
The following table lists the objects that are joined with the RevenueContractBatch object and the joining expression to be used.
| Joining objects | Joining expressions |
|---|---|
RevenueContractLinesDimensions | Id = RevenueBatchID |
RevenueLineStaging | Id = BatchId |
RevenueLineStagingHistory | Id = BatchId |
RevenueJobHistory | JobId = Id |
RevenueCalendar | CrtdPrdId = AccountingPeriodID |