Getting Started
- ActiveInstall Atarc
- 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
Progress: 0%
Install ATARC
Last Modifed: March 21, 2020
by
anyei
Install using Deploy To Salesforce button
You can install the latest version of ATARC by just clicking the "Deploy to Salesforce" button. It will use a heroku app to deploy the latest code from the latest master branch, It should ask you for permissions before doing the deployment of course.
Manually install
You can go to github and download the content of the latest master branch src folder and deploy the content yourself to your target org.
Another alternative is that you may also manually create the custom settings ATARC_Global_Setting__c and ATARC_Process_Setting__mdt custom metadata type with all of their fields (see Settings Reference. Then create the two apex classes within your org and copy paste the content of AsyncTriggerArc class and AsyncTriggerArcTest respectively.
Next - Add default Atarc Global Setting