Revenue Recognition Revenue Recognition for SOAP API Developers Revenue Recognition APIs RevRec Action Class Current: Create Forecast Revenue Snapshot PDF Download PDF Download page Create Forecast Revenue Snapshot. Current page All pages Create Forecast Revenue Snapshot createForecastRevenueSnapshot API creates a snapshot of the Revenue Forecast for the given Agreement ID.result createForecastRevenueSnapshot(agreementID, snapshotName)This API accepts agreement ID and name of the snapshot as input parameters. It creates a forecast revenue snapshot for the agreement ID.Request ParametersRequestFieldTypeRequiredDescriptionagreementIDIDYesID of the Agreement.snapshotNameStringYesName of the snapshot. Revenue Snapshot is created with this name.Response ParameterResponseFieldTypeDescriptionresultBooleanReturns true if the forecast revenue snapshot is created.Returns false if the forecast revenue snapshot is not created.Code Sample ID agreementId = 'a566A000000PRh5QAG'; String snapshotName = 'JanuarySnapshot' Apttus_Revenue2.RevRecAction.updateForecastFeeScheduleFromActuals(agreementId, snapshotName); CODE ×