-
How to schedule batch class based on country in Salesforce?
I have requirment i need to run my batch class in different time regions based on country
global class UpdateAccountCallList implements Database.Batchable<sObject>{
public String[] country = new String[] {'USA','Canada','Austrila','Japan'}; // these are the countires which i need to run my batch class , can anyone tell me me how to do that please.
Log In to reply.
Popular Salesforce Blogs
Learn About the Governor Limits in Salesforce
Governor Limits are a set of rules and restrictions in Salesforce that limit the monopolistic use of cloud resources by one or more organizations that…
Dynamic Sharing of Standard & Custom Objects through Salesforce Apex
Apex Sharing is sharing record access through a program using Salesforce Apex through which can grant access to users or groups of users. We can use…
Our Top Picks From Salesforce Summer' 21 Pardot Updates
Another warm summer. Another feature-packed update by Salesforce. How do you make a good thing great? Simple. Provide meaningful, easy-to-implement updates and that is precisely…
Popular Salesforce Videos
How To Land A Salesforce Job In India
This video explained about to land a Salesforce job in India. This is a great opportunity to enter the Salesforce echo systems for non-Salesforce professionals…
How to Prepare for a Salesforce Job Interview
Watch this video to learn how to Prepare for a Salesforce Job Interview.
How to setup Visual Studio Code for Salesforce ? | Link VSCode with Non Scratch Org using SFDX CLI
Hello Trailblazers, In this video, we're going to learn how we can setup vscode for Salesforce development. I am going to tell you how you…