-
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
Salesforce and Gmail Integration | The Perfect Integration Guide
Salesforce Gmail Integration Gmail is a free Web-based Mail service that provides users with gigabytes of storage for emails and information and provides the ability…
Salesforce Experience Cloud Implementation Guide
Table of Contents Introduction Salesforce Experience Cloud Implementation Steps Planning and Preparation Setup and Configuration Content Management User Management and Security Integration and Automation…
System.VisualforceException: Getting content from within triggers is currently not supported
System.VisualforceException: Getting content from within triggers is currently not supported (Salesforce Visualforce Error Notification) ---------------------------- Hi All, Recently I was working on a task in…
Popular Salesforce Videos
Setup Visual Code Development Environment with Salesforce Org
In this Salesforce How-to video - You will learn how you can quickly get started in setting Visual Studio Code (VS Code) development environment for…
Integrating System with Salesforce Commerce Cloud
Designed for retail as well as eCommerce, Salesforce Commerce Cloud has become the best solution for delivering the ultimate shopping experience to the customers. By…
Salesforce Training Videos - Discussion on Admin Concepts
A Salesforce Admin is a business leader, deeply knowledgeable about how their company operates, intertwined in making all departments successful through process automations, and thus,…