Download page Updating Fee Schedules from Agreement.
Updating Fee Schedules from Agreement
updateFeeFromSchedule API updates the Actual Amount, Units and Budget Units of Agreement Fee from Agreement Fee Schedules for a given agreement ID. The API also populates the revenue amount.
result updateFeeFromSchedule(agreementID)
This API accepts agreementID and updates the Actual Amount of the agreement fee for a given agreement ID.
Request Parameters
Request
Field
Type
Required
Description
agreementID
ID
Yes
ID of the Agreement
Response Parameter
Response
Field
Type
Description
result
Boolean
Returns true if the agreement fee schedules are updated.
Returns false if the agreement fee schedules are not updated.
Code Sample
ID agreementId = 'a566A000000PRh5QAG';
Apttus_Revenue2.RevRecAction.updateFeeFromSchedule(agreementId);