closeRevenuePeriod API closed the current revenue period and opens the next period to enable you to recognize revenue for the next month. 

result closeRevenuePeriod()

Response Parameter

Response
FieldTypeDescription
resultBoolean

Returns true if the Revenue Period is closed successfully.

Returns false if the revenue period is not closed.


Code Sample

Apttus_Revenue2.RevenueWebService.closeRevenuePeriod();
CODE