Getting Started
- ActiveAdd default Atarc Global Setting
- ActiveSetup Apex Trigger with Atarc Instance
- ActiveCreate Atarc Process Apex Helper
- ActiveAdd Atarc Process Record to Atarc Process Setting
- ActiveUnit Test for Apex Helper
- ActiveNext Steps
Add default Atarc Global Setting
The custom setting ATARC Global Settings is a hierarchy type of custom setting, you add a default organization value record and populate the Debug, SkipAll and LoopLimit fields.
LoopLimit in particular, gives you the ability to define how many times triggers will do recursion, which its highly recommended to just set this value to 1 by the way. In the other hand, you can turn off all the processes just by setting the SkipAll field to true, false should enable back the processes. Make sure SkipAll is set to false.
Go to Setup and then Quick Search for "Custom Settings" and Click that option:
Click on "manage" action link for the "Atarc Global Setting" record:
Click on "new" button in the "Default Organization Level" section:
Fill the LoopLimit field with value 1 which is the recommended and then click on "save" button:
Next - Setup Apex Trigger with Atarc Instance