1. From the Developer Console, click Debug | then Open Execute Anonymous Window.2. Execute the following code. Id runningJobID = Database.executeBatch(new TestBatchForRun(), 200); After running this piece of code you will get the Debug log for the same and you check if the batch is running or not. With this you can even go to Setup > … Continue reading How to run batch Class in Salesforce?
Wrapper Class in Salesforce
A wrapper class is a class, a data structure, or an abstract data type which contains different objects or collection of objects as its members.The main reason for using a wrapper class is it helps in displaying the records for the multiple types of objects.The wrapper is class which we create to hold the data … Continue reading Wrapper Class in Salesforce