rollbackRevenuePeriod API allows you to reopen the previous revenue period. rollbackRevenuePeriod API changes the current period date to the last date of the previous period. 

result rollbackRevenuePeriod()

Request Parameters

Response
FieldTypeDescription
resultBoolean

Returns true if the Revenue Period is rolled back successfully.

Returns false if the revenue period is not rolled back.

Code Sample

Apttus_Revenue2.RevRecAction.rollbackRevenuePeriod();
CODE