Tutorials


This section contains tutorials which shows how to accomplish a specific goal.

Setting up ATARC

Learn how to install ATARC in your sandbox or production org.

Basic Atarc Process

Demonstrate a basic Atarc Process with a Real World Example : Automated Opportunity Pricebook Assignment.

Async Atarc Process

Show case of an Async Atarc Process to demonstrate the power of using this ATARC feature which will give a good idea on how you can implement this in your org.

Unit Test for Basic Atarc Process

Learn how to properly test an apex helper for Atarc Process sticking to the best practices producing efficient apex test clasess.

General Availability

General Availability is a powerful feature you can leverage to dynamically determine if the atarc process should run or not based on the running user.

Debugging Effectively Smart with Atarc Processes pending

Debugging reaches another level with an Atarc Process as it has a cleaner and organized debugg outputing mechanism so that you can focus in the information you want hunt down.

Using FEA pattern with Atarc Process pending

Run the extra mile in apex code efficiency by using the FEA pattern. ATARC has built it support for it, learn how to use this pattern with an Atarc Process.