Bulk API 2.0 Using Apex and Flow, After Winter 21 support of HTTP PATCH request we can use Bulk API in Apex to upload data in bulk.
Tag: Utility
Create Update Custom Metadata Using Apex
Custom Metadata is very good addition to Salesforce. They allow us to use records to configure our app without worrying about migrating those records to other orgs. We can deploy the records of custom metadata types from a sandbox with change sets or packaged in managed packages instead of transferring them manually. Those records which…