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

Recurring Business Processes Overview

This section configures your Salesforce installation to support recurring business processes. Recurring business processes allow you to execute any process you define in Conga Orchestrate (definition) on a recurring basis. They hold information on how often the process is scheduled to start, who it is assigned to, and how its due date is set. In addition, the recurring business process record captures and stores information that will be inserted into the process when it is time for it to run. You configure an Apex batch job to execute each night and start any processes that are due to generate.

Recurring business processes have two different mechanisms for calculating when the process should execute next. These mechanisms are referred to as the recurrence type.

You can configure the recurrence type to either:

  • Created Date
  • Completed Date

When a process starts and the recurrence type is set to Created Date, Conga Orchestrate adds the specified interval and interval number to the current date to determine the next occurrence. If the recurrence type is set to Completed Date, Conga Orchestrate leaves the next occurrence blank. When the process that was started completes, Conga Orchestrate updates the next occurrence of the related recurring business process by adding the specified interval and interval number to the completed date.

A recurrence type of Completed Date is useful when you have a process that requires a consistent interval between occurrences but has a long time to complete the process, for example a scheduling process. You may want to schedule meetings with a specific amount of time between meetings, but it may take some time to get the meeting scheduled.

Created Date is a more common recurring business process. This type is very useful for a process that must execute on a set schedule regardless of how long it takes to complete the previous occurrence.

To create recurring business processes, you must have at least one definition defined. After defining a definition, go to a contact in the system and click New from the recurring business process related list. Fill out the required and desired information and click Save.

If Begin Date is set to the current date, the first occurrence begins immediately. Otherwise, the process starts on the next scheduled occurrence date.

You can configure recurring business processes to have a specific end date or no end date. If No End Date is selected, the process executes according to the configured interval forever. If End Date is specified, the process executes according to its interval until the end date passes. There is no limit to how many recurring business processes you can define in the system.

Watch this video for more information.