Skip to main content

Return to TX Community

Liaison

Understanding 'At Future'

What does "at future" or "run asynchronous" mean?

Triggers, or automation, in TargetX are executed when specific actions happen. For example, the TargetX Events tool includes a trigger that sends an email confirmation to a registrant immediately after he/she confirms a given event. 

While most triggers run immediately or in the same execution as data saving, it is also possible to have a trigger run in a separate thread, also known as a future call or asynchronous processing. 

What benefit does running a trigger @future provide? 

In standard or synchronous trigger processing, all code is executed in the same thread or transaction.  When many actions are processed simultaneously, all part of the same thread, you may find some operations are blocked for users while records are being processed or you may see issues related to governor or execution limits.

Using future methods or asynchronous processing, you can execute specific actions in a separate thread, thereby increasing governor and execution limits during processing.

Do TargetX tools use future methods? 

By default, TargetX tools use synchronous triggers that execute in a single thread.  There are some tools, though, that provide an option to run the trigger @future if desired.  This change is made at the custom setting level.  For more information, please see: Which TargetX tools support running triggers "at future"?

Which TargetX tools support running triggers "at future"?

By default, TargetX tools use synchronous triggers that execute in a single thread. There are some tools, though, that provide an option to run the trigger @future if desired. Below is information on which TargetX tools include an option to run triggers asynchronously and why you may consider making this change.

Application Requirements Manager 

The TargetX Application Requirements Manager tool supports the automated creation of application checklist items for applicants.  

How does the trigger work? 

When an application record is created, a formula field evaluates the available data points on the record and determines an application type assignment. This value is then compared against your Application Requirement Rules and, if a match is found, the corresponding Application Requirements are created as individual Checklist Item records. 

Should I run this trigger @future? 

For most institutions, there is no need to run the Application Requirements Manager trigger using future calls. However, there are two reasons why you may choose to enable the @future setting for this trigger:

  1. You have a high volume of application automation - TargetX supports adding custom automation to support your business processes. This includes, but is not limited to custom flows and custom triggers. If you have added automations beyond those included standard with the TargetX product suite, you may run into governor and execution limits when processing data in the CRM. Switching the trigger to run @future may improve performance.
  2. You bulk import a high volume of application records - Some institutions import application data from third-party sources such as Common App. During bulk imports, records are created in batches, and all triggers execute for the entire batch in a single thread. As a result, you may find that the high volume of records being imported causes the system to exceed governor and execution limits. Running the ARM trigger @future may improve processing.  
How do I enable @future processing? 

The Application Requirements Manager checklist item creation trigger can be changed to run @future by way of the RM Preferences Custom Setting. 

  1. Navigate to RM Preferences.
  2. In the Application Requirements Manager Configuration section, complete the following:
    1. Select the Process Checklist @future box.
    2. Enter a value in the Checklist @future Minimum Batch Size field to specify at which batch (or bulk import) level to use @future. To run the trigger @future for all records, enter 1. Otherwise, TargetX recommends entering a minimum value of 10, decreasing the value as needed should you continue to exceed CRM governor limits.
  3. Save your changes

Source to Master (Profile Builder) 

The TargetX Source to Master tool allows you to roll up or mirror data from one detail or child object to the Contact record. Source to Master supports rolling data up to the Contact from the following objects: Enrollment History, Application, Test, and Inquiry. 

How does the trigger work? 

When data is saved on one of the supported detail or child records (as noted above), the Source to Master trigger is executed. For objects where a roll-up has been configured, the trigger evaluates which data to roll up from which detail record and copies the data to the corresponding field on the contact record.

Should I run this trigger @future? 

When using Source to Master, it is important to consider the fact that record saves are occurring on multiple objects during the same thread, or transaction in the CRM. For example, saving data to the Enrollment History will trigger the roll-up of that data to the Contact record, which will also cause a "save" transaction on the Contact record. When an institution is using Source to Master on multiple objects simultaneously, the risk of hitting governor and/or execution limits is increased. As a result, running the trigger @future may improve performance for institutions with a high level of automation. 

How do I enable @future processing? 

The Source to Master trigger can be changed to run @future using the Base Custom Settings.

  1. Navigate to Setup and search for Custom Settings.
  2. Click Manage next to TargetX CRM Base Settings.
  3. Click Edit next to the Default setting.
  4. Check the Field for Update Related Contacts Async.
  5. Save your changes.
Access Keys 

The TargetX Access Keys feature provides additional security when external users (e.g., applicants) are viewing data from the CRM on external pages such as the non-Communities based App Tracker. Each Contact is assigned a unique key value which is included in the URL when accessing pages, thereby preventing other users from modifying URL data to access another user's information. 

How does the trigger work? 

When contact records are created through data import or manual entry, a unique key value is generated by the Access Keys trigger and stored on the contact record. 

Should I run this trigger @future? 

For most institutions, there is no need to run the Access Keys trigger using future calls. However, for institutions with a high number of custom automation (e.g. flows, process builder processes, roll-ups, and/or custom triggers), there may be value in running Access Keys @future to reduce the likelihood of hitting governor and execution limits. 

How do I enable @future processing? Edit section

The Access Keys trigger can be changed to run @future through the Base Custom Settings.

  1. Navigate to Setup and search for Custom Settings.
  2. Click Manage next to TargetX CRM Base Settings.
  3. Click Edit next to the Default setting.
  4. Check the box for Process Access Keys @future.
  5. Save your changes.

Group Assignments 

How do I enable @future processing? Edit section

The Group Assignment triggers can be changed to run @future by way of the Group Assignment Custom Settings.

  1. Navigate to Setup and search for Custom Settings.
  2. Click Manage next to Group Assignment Settings.
  3. Click Edit next to the Object trigger where you wish to set @future (for example, Contact, Account, etc.).
  4. Check the box for Run Group Assignment Async.
  5. Save your changes.

Considerations for using @future 

While enabling triggers to run @future on TargetX products may improve performance for some institutions, enabling the setting on all triggers is not advisable. If all triggers used future methods, the improvements to performance gained by executing some transactions asynchronously or in a second thread may be lost. This is because the total number of transactions in the second thread would be increased in a manner that may lead to you exceeding governor and/or execution limits in the second thread. 

 

  • Was this article helpful?