Revenue Recognition Revenue Recognition for SOAP API Developers Revenue Recognition APIs RevRec Action Class Current: Updating Forecast Fee Schedules PDF Download PDF Download page Updating Forecast Fee Schedules. Current page All pages Updating Forecast Fee Schedules updateForecastFeeSchedule API updates the Forecast Amount of all the fee schedules for a given agreement fee ID.result updateForecastFeeSchedule(feeID)This API accepts agreement feeID and updates the Forecast Amount of all the fee schedules for a given agreement fee ID.Request ParametersRequestFieldTypeRequiredDescriptionfeeIDIDYesID of the Agreement FeeResponse ParameterResponseFieldTypeDescriptionresultBooleanReturns true if the Forecast agreement fee schedules are updated.Returns false if the Forecast agreement fee schedules are not updated.Code Sample ID feeId = 'a566A000000PRh5QAG'; Apttus_Revenue2.RevRecAction.updateForecastFeeSchedule(feeId); CODE ×