Revenue Reporting Period
API Name: RevenueReportingPeriod__c
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
Text | |
| Business Entity | BusinessEntity__c |
Text(255) | The business entity of this revenue reporting period. |
| Forecasted Amount | ForecastedAmount__c |
Currency(16, 2) | The forecasted net amount: the forecasted revenue amount reduced by the forecasted deduction amount. |
| Forecasted Deduction Amount | ForecastedCostAmount__c |
SUM(RevenueReportingDetail__c.Amount__c) | The sum of amounts for all revenue reporting details where the class is Deduction and the type is Forecasted. |
| Forecasted Revenue Amount | ForecastedRevenueAmount__c |
SUM(RevenueReportingDetail__c.Amount__c) | The sum of amounts for all revenue reporting details where the class is Revenue and the type is Forecasted. |
| Invoiced Amount | InvoicedAmount__c |
Currency(16, 2) | The invoiced net amount: the invoiced revenue amount reduced by the invoiced deduction amount. |
| Invoiced Deduction Amount | InvoicedCostAmount__c |
SUM(RevenueReportingDetail__c.Amount__c) | The sum of amounts for all revenue reporting details where the class is Deduction and the type is Invoiced. |
| Invoiced Revenue Amount | InvoicedRevenueAmount__c |
SUM(RevenueReportingDetail__c.Amount__c) | The sum of amounts for all revenue reporting details where the class is Revenue and the type is Invoiced. |
| Month | Month__c |
Picklist | The month of this revenue reporting period. Picklist values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 |
| Year | Year__c |
Text(4) | The year of this revenue reporting period. |