0
Q:

execute batch apex

Id batchJobId = Database.executeBatch(new RunThisBatch(), 200);
0
MyBatchClass myBatchObject = new MyBatchClass(); 
Id batchId = Database.executeBatch(myBatchObject);
0

New to Communities?

Join the community