Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

TurboEngines Callback Configuration Overview

Learn how to configure TurboEngines callbacks.

Callbacks allow custom logic at extension points during pricing computation. Implement interfaces in C# classes to apply custom pricing on cart line items using TurboEngines Callback Class methods.

Note:

TurboEngines supports the following callbacks.

  • The "OptionFilterCallback" is now supported in the TurboConfig engine. Hence, you can rewrite the logic in Turbo-enabled orgs.
  • Pricing Callback & Extensions: The Pricing Callback is supported in the form of "PricingBaseCallback" and "PricingTotallingCallback" in the TurboPricing engine. The Pricing Extension callback is not supported in turbo mode.
  • The "Related Pricing Callback" is now supported in the TurboPricing engine.
  • Other callbacks are compatible with Turbo carts like validation, revalidation, action, display action, etc.

For more information on supported features in Turbo, see Supported Features in TurboConfig and Supported Features in TurboPricing.

The sections in this topic provide information for: