Posts

Showing posts with the label Custom Metadata

Custom Metadata Loader

Image
Hi, Did you ever needed to bulk create , update or delete custom metadata records in Salesforce ?  At the time of writing this blog the Apex Data Loader or Workbench tools provided by Salesforce does not support mass import of Custom Metadata Records. If you have sfdx CLI expertise then you can use the command sfdx force:cmdt:record:insert to import Custom Metadata records from a CSV file. You could also download and install a package to your Org from Github as described in references. However, if you would like an easier way to upload multiple custom metadata records on a single click without any installation or commands to run then use the solution given below. Solution Note: You can use similar process to update   multiple custom metadata  records with a ' Update Record s ' button. Or to delete multiple custom metadata records using ' Delete Records ' button. Here are the steps to create multiple custom metadata records from a CSV file.  1. Login to https://www....