Subramanyam Subbu
IndividualPopular Salesforce Blogs
All You Need to Know About Apex Programming
Blog
in Salesforce Apex
Apex Programming Apex is the object-oriented programming language used by the Salesforce platform. It enables developers to execute transactions and control statements on servers associated…
Salesforce Event Monitoring Unit - Getting Started
Blog
in Salesforce Admin
Event Monitoring Event monitoring allows you to trace plenty of events that occur on a Salesforce Org, for example, Authentication (Logins, Logouts), API Calls, Apex…
What is Queueable Apex in Salesforce?
Blog
in Salesforce Apex
This Apex allows you to submit jobs for asynchronous processing similar to future methods. We have to implement the Queueable interface to make the class…