Generate Dynamic Reports

Reports is an excellent tool in Salesforce.  In reports, we can filter, group, and summarize the data in many ways to give the exact information. Filters in reports use static values and they accept any values at run time. 

Read Article »

Queueable Apex

Queueable apex is an asynchronous apex method. It’s similar to the @future method. By using this queueable interface, we can process an Apex that runs for a long time (such as web service call outs and extensive database operations).

Read Article »