palaki manoj
IndividualPopular Salesforce Blogs
How to Communicate Between two Lightning Components using Events?
Blog
in Lightning
Event: An event can be something the browser does or something a user does. Lightning framework uses event-driven programming. Handlers are written for interface events…
Deployment In Salesforce
Blog
in Others
Deployment is a process for making changes or moving API components from one organization to another organization, after completion of logic which we are developing…
Using the runAs Method in Salesforce | Apex Developer Guide
Blog
in Salesforce Apex
By and large, all Apex code runs in framework mode, where the authorizations and record sharing of the current client are not considered. The framework…