Add this

global class MyBatchClass implements Database.Batchable { global (Database.QueryLocator | Iterable) start(Database.BatchableContext bc) { // collect the batches of records or objects to be passed to execute } global void execute(Database.BatchableContext bc, List

records){ // process each batch of records } global void finish(Database.BatchableContext bc){ // execute any post-processing operations } }

Monday, June 26, 2017

Amit Blog 4Salesforce: Pre-Chat form for Live Agent | Post Chat / Pre Cha...

Amit Blog 4Salesforce: Pre-Chat form for Live Agent | Post Chat / Pre Cha...: Pre-Chat Form in Live Agent In live Chat this is very common to collect some information about customer like name ,email and phone numbe...

No comments:

Post a Comment