function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Purushottam Dank 1Purushottam Dank 1 

How to insert records in custom metadata types ???

Hello all , 
I want to insert bulk records in custom metadata type , but except using custom metadataloader because i dont want any related contains like apex class , triggers etc after uninstalling or deleting custom metadata loader .... Help me on this ...
Thanks in advanced ... 
Khan AnasKhan Anas (Salesforce Developers) 
Hi Purushottam,

Greetings to you!

Please refer to the below link which might help you further with the above requirement.

https://sfcure.com/2018/05/28/how-to-create-update-custom-metadata-record-using-apex-lightning-component/

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Raj VakatiRaj Vakati
 Use the custom metadata loader to bulk load records to your custom metadata types from a .csv file. The custom metadata loader lets you load up to 200 records with a single call.
Download the tool from GitHub. 


Refer this link

https://github.com/forcedotcom/CustomMetadataLoader
Oscar Iuliano 19Oscar Iuliano 19
Hi, if you want can use this web application:

https://whispering-escarpment-39582.herokuapp.com/

regards
rishabh rathor 28rishabh rathor 28
Here's a Bulk object field Creator: you can easily perform Bulk Metadata Operations with some points and clicks
Try it here - https://appexchange.salesforce.com/appxlistingdetail?listingId=a0N30000000qDqqEAE