-
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
How Nonprofits Can Leverage Salesforce Nonprofit Cloud to Maximize Their Impact
In today's digitally driven world, nonprofits face unique challenges that require innovative solutions. Enter Salesforce Nonprofit Cloud, a powerful tool designed to help nonprofits manage…
Best Practices for Change Sets in Salesforce
These are some of Best Practices for Change Sets:- Deploy each dependent components Make sure every outbound change set contains all mutually beneficial parts that…
Wrapper Class in Apex Salesforce | The Developer Guide
Wrapper Class in Apex Salesforce Wrapper Class in Apex Salesforce: A wrapper or compartment radiance is a class, a realities shape, or a unique data…
Popular Salesforce Videos
How Cyntexa Helped Diet Meal And Food Ordering Service Providers Offer Their Users The Ability To Order Online | Salesforce
It is important to keep your business at the top with the latest technical advancements. Presenting you a case study showcasing how Cyntexa Helped Diet…
Heroku | Salesforce Development Course
Knowledge of Heroku is also required to crack the Salesforce PD 1 Certification Examination. Let’s understand what Heroku is and what are its uses, in…
Salesforce SOAP API integration using Partner WSDL
This video is another one on our Salesforce Integration learning video series, through this video our experts will be going to demonstrate how to use…