Emilyn Asmodahlia
IndividualPopular Salesforce Blogs
Running Metadata API in Apex as a specific user
Blog
in Others
Running Metadata API in Apex as a specific user Calling the metadata API in Apex requires admin permission or at least the "Modify All Data"…
What is Clone and Deep Clone in Apex?
Blog
in Salesforce Apex
Clone is the predefined method in Apex which is used to clone the record just by one functional line of code. Deep Clone is the…