-
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
4 Benefits to Using Data Classification in Salesforce
Your Salesforce Org stores a ton of sensitive information; keeping things compliant and private — while still maintaining the pace of change — requires resources…
How to use Loading Spinner in Salesforce Lightning Component?
How to use Loading Spinner in the Salesforce Lightning Component? Definition of Loading Spinner: Don’t forget to check out: How Variable Types Operate in the…
Wrapper Classes in Salesforce: Simplifying Complex Data Handling
Introduction: As a Salesforce developer, you've likely encountered scenarios where you need to work with complex data structures, such as lists or maps, to process…
Popular Salesforce Videos
Customer Lifecycle Analytics | Salesforce
Customer Lifecycle Analytics, built on Tableau CRM, helps you glean even more value from your Salesforce Surveys and Salesforce Feedback Management responses with embedded analytics…
How to Create a Jira Ticket from Salesforce?
Learn how to create a Jira ticket in Salesforce using two different methods and how to choose a Jira project. Know more at https://www.sinergify.com/
Parent to Child SOQL vs Map | Salesforce Training in Apex
Watch this video to learn all about Parent to Child SOQL vs Map. Do let us know in the comment section if you have any…