New Features

The following feature is new to Conga Billing in this release.

Configure Forecast Batch Size

You can now configure the batch size for forecast generation. You must create a custom field (Number type) in Billing System Properties with the API name as ForecastGenerationBatchSize__c and enter a value for this field. When the forecasting job is executed using the Apttus_Billing.BillingService.forecastBilling(proposal.Id, false) API in asynchronous mode, the Billing logic generates forecast in batches with the batch size configured in this custom field.