Category:

Theory

Schedule Recurring Apex Every X Minutes

Using the Schedulable interface gives you the ability to schedule a batch, class, queueable, etc. The interface is called with the System.schedule() method taking in 3 parameters a String for the job name, a String for a cron expression, and an Object of a schedulable class. This provides the ability for flexibility, to schedule through […]

Creating Dynamic Fields in Salesforce

Not all sales agents work the same way. Not all of them build relationships with clients in a structured way that aligns with each other. However, being able to understand how they work can provide a way to create a structured measure of success. There are times when an agent may want to create their […]