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.

download

Action Callback Class

Action Callback provides you a mechanism to apply custom actions on different actions available on the cart. For example, you can apply custom action before deleting or copying a bundle, finalizing a cart, submitting a cart for approval. You can directly use methods of the callback to apply the custom action or use Web Services to implement the callback.

To use the Action Callback you must create a custom C# class that implements one of the following interfaces and you must register the custom class with Action Callback Class. You must write your custom logic in the custom C# class.

Sample code: Yet to add