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.

Operational Modes of Order Activation and Initiate Billing APIs

While activating an Order, the Order Activation API decides whether to operate in a synchronous or asynchronous mode depending on the threshold value of the setting Order Line Threshold for Sync Activation.
Note: This setting is currently not available for editing in the Order Setup but the functionality is supported with a default threshold value of 100.

The default threshold value for this setting is 100.

If you call the Order Activation API with Async = False or Null and if the total OLI count is less than 100, then the API operates in a Sync mode and activates the Order and all related OLI immediately.

If you call the Order Activation API with Async = True then the API does not validate the OLI count and operates in Async mode to generate a job ID. You can use this job ID to check the final status of Order and its OLI activation.

Note: Initiate Billing by Order API works with a fixed threshold count of 100.