After deploying your custom code onto Conga RLC, you must link it with a product-specific callback. This callback enables you to expand the product's API functions using your custom code. The Custom Code Mapping interface lets you connect your business logic with the product's callback using C# code (custom code project).

The current interface supports callbacks for Revenue, Contracts, and Approvals products.

Prerequisite

A custom code is deployed onto Conga RLC.

To map a custom code project with a callback

  1. Log in to the Conga Platform as an admin user.
  2. Click the App Launcher () icon from the top-left corner then go to Admin Console > Custom Code.
  3. Click Custom Code Mappings.
  4. Select the Product Name from the list to view its callbacks. The list of callbacks appears.
  5. Go to a callback and select a custom code project name and its corresponding class name.
  6. Click Save. A confirmation message appears.

Now, create a service hook to define data change rules for executing your custom code. For more details, see Managing Service Hooks.