Newer Version Available

This content describes an older version of this product. View Latest

Calling the Revenue Recognition Service with APEX Triggers

You can call the Revenue Recognition service with a custom APEX trigger.

For a list of input and output parameters, see Revenue Recognition Service Developer Guide.

Example

In this example, we want to create a revenue schedule for an invoice line after its status changes to Posted. The org uses legal entities, so we included the legal entity in an input.

Always review field validations and mapping to ensure you can trigger your process without any errors.

Important