Cancel Conga Sign Transactions in Bulk
Conga Sign provides users the capability to cancel Conga Sign Transaction in bulk by leveraging Apex code. Specifically, Salesforce administrators and developers can use the aptx_cancelTransactionsInvocable Apex Class as a sub Flow within a Process Builder or Flow solution to trigger bulk transaction cancellations.
The aptx_cancelTransactionsInvocable Apex Class appears as Cancel Conga Sign Transactions when selecting it as in Apex Action in Flow Builder.
Additionally, administrators and developers can leverage the apxt_bulkTransactionService Apex Class to trigger bulk cancellations through the REST API.
Located below are tips, recommendations, and examples on using Apex to cancel Conga Sign Transactions in bulk.
Bulk Cancellation Scenarios Using Process Builder to Manage Conga Sign Transactions
Common Steps to Manage and Bulk Cancel Conga Sign Transaction with Process Builder
- Define a Process Builder or Flow to trigger off of data changes to the standard or custom Salesforce object data or workflow state.
- Connect the Process Builder trigger action to the appropriate Flow for that use case.
- Follow Salesforce Best Practices for building Flows.
-
For each of the different scenarios, the input, criteria, and rules change, but the steps from a Flow perspective are the same:
Common Sub Flow - Send List of Transaction Ids to the Conga Sign Cancel Transaction Invocable
This flow is used as a sub flow in each of the example use cases below. Follow Salesforce Best Practices for building Flows.
Example: Cancel Any Incomplete Conga Sign Transactions When a Campaign Status Changes to Complete
- Create a new Process Builder.
- Select Campaign as the object.
- Select “when a record is created or edited” for Start the process.
-
Add Criteria:
-
Add Immediate Action:
Example: Cancel Any Incomplete Conga Sign Transactions When a Campaign Offering Price Change Occurs
- Create a new Process Builder.
- Select Campaign as the object.
- Select when a record is created or edited for Start the process.
-
Add Criteria:
-
Add Immediate Action:
- Save and activate the Process Builder.
Example: Cancel Related Conga Sign Transactions When One Conga Sign Transaction Is Completed
- Create a new Process Builder.
- Select Conga Sign Transaction as the object.
- Select when a record is created or edited for Start the process.
-
Add Criteria:
-
Add Immediate Action:
- Save and activate the Process Builder.
Example: Cancel Any Incomplete Conga Sign Transactions When an Opportunity Is Won
- Create a new Process Builder.
- Select Conga Sign Transaction as the object.
- Select when a record is created or edited for Start the process.
-
Add Criteria:
-
Add Immediate Action:
- Save and activate the Process Builder.