generateRevenueSchedules API generates Agreement Revenue Schedules for the current RevRec period for the provided agreement ID.

result generateRevenueSchedules(ID agreementID)

Request Parameter

Request
FieldTypeDescription
agreementIDID

ID of the agreement to generate revenue schedules

Response Parameter

Response
FieldTypeDescription
resultBoolean

Returns true if the agreement fee schedules are generated successfully.

Returns false if the agreement fee schedules are not generated.

Code Sample

ID feeId = 'a566A000000PRh5QAG';
Apttus_Revenue2.RevenueWebService.generateFeeSchedule(feeId);
CODE