-
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
Understanding Salesforce Permissions
Permissions in Salesforce can be dizzying. Between licenses, profiles, and permission sets, there are multiple ways permissions can be assigned, and multiple considerations you should…
Creating A Wizard with Salesforce Lightning Design System
Define three Visualforce pages in the Lightning Design System for each of the three steps in the wizard, plus a single custom controller that sets…
Visualforce Pages in Salesforce | The Developer Guide
Visualforce Page In Salesforce Visualforce Page is just like HTML, i.e, It is a tag-based markup language. It allows developers to build sophisticated, user-custom interfaces.…
Popular Salesforce Videos
Salesforce Winter '21 Highlights
Even in these unprecedented times when the world is struggling with a major pandemic that has brought everything to a standstill, Salesforce has strived hard…
Salesforce Sales Cloud Implementation
There are many things to take into consideration when developing and deploying a Salesforce Sales Cloud implementation that will take your business to the next…
What is Lightning Web Components (LWC) in Salesforce?
LWC is a collection of modern framework which has lightweight features and we can create a reusable code. Watch this video and let us know…