Sunday 30 June 2019

Load or Update Records with the Custom Metadata Loader

Hi,
Usually, we can't insert or update Custom Metadata records using Apex with normal DML statements.

We have custom meta loader to insert or update multiple records into Custom Metadata.


The custom metadata loader lets you load or update up to 200 records with a single call.

  1. Download the tool from GitHub and deploy the package to your org via Workbench. Create the .zip file from the contents of the custom_md_loader directory instead of zipping up the directory itself.
  2. Create a .csv file with a header that contains the custom metadata type’s field API names. Either the Label or the Developer Name field is required. See sample.csv in your download for an example. If your org is namespaced, include the namespace prefix in your header. To update an existing custom metadata record, use the Label or Developer Name field to identify it.
  3. From Setup, assign the Custom Metadata Loader permission set to the appropriate users, including yourself.
  4. From the App Picker, select Custom Metadata Loader.
  5. Click the Custom Metadata Loader tab. If you haven’t already done so, the app prompts you to configure your Remote Site Settings.
  6. Upload your .csv file and select the corresponding custom metadata type.
  7. Click Create/Update custom metadata to bulk-load the records from the .csv file or update existing records. If the file has duplicate Label or Developer Name entries, the last entry becomes the new or updated record.


References:

29 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hiii...Thanks for sharing Great Info....Nice post...Keep move on...
    Salesforce Training in Hyderabad

    ReplyDelete
  3. Using Bulk Object Field Creator, a Salesforce app admins/dev can easily Update Bulk Fields in few clicks

    ReplyDelete
  4. I really like your take on the issue. I now have a clear idea on what this matter is all about..
    Wongqq

    ReplyDelete
  5. Thankyou for this wondrous post, I am glad I observed this website on yahoo.
    situs bandar qq

    ReplyDelete
  6. Good website! I truly love how it is easy on my eyes it is. I am wondering how I might be notified whenever a new post has been made. I have subscribed to your RSS which may do the trick? Have a great day!
    Poker Deposit Pulsa

    ReplyDelete
    Replies
    1. Hi Lilly,

      I have YouTube Channel(Salesforce Techbook) also on Salesforce Technology.
      https://www.youtube.com/channel/UCipDch4PvPqm0uY4SK7mi1A

      Delete
  7. If you are looking for a heating and air conditioning company in the Tulsa County area, Our professional technicians can help you select, install, and maintain equipment to assure efficiency, reliability, and comfort over the lifetime of your products
    Lonteqq

    ReplyDelete
  8. Thanks for taking the time to discuss that, I feel strongly about this and so really like getting to know more on this kind of field. Do you mind updating your blog post with additional insight? It should be really useful for all of us.
    deposit via ovo

    ReplyDelete
  9. I am continually amazed by the amount of information available on this subject. What you presented was well researched and well worded in order to get your stand on this across to all your readers.
    tangkasnet

    ReplyDelete
  10. This is actually the kind of information I have been trying to find. Thank you for writing this information.
    bola tangkas

    ReplyDelete
  11. Impressive web site, Distinguished feedback that I can tackle. Im moving forward and may apply to my current job as a pet sitter, which is very enjoyable, but I need to additional expand. Regards.
    บาคาร่า1688

    ReplyDelete
  12. That is the excellent mindset, nonetheless is just not help to make every sence whatsoever preaching about that mather. Virtually any method many thanks in addition to i had endeavor to promote your own article in to delicius nevertheless it is apparently a dilemma using your information sites can you please recheck the idea. thanks once more.
    บาคาร่า1688

    ReplyDelete
    Replies
    1. Hi Hiram,
      you can share this article.

      Thanks,
      Balaji Malemarpuram

      Delete
  13. This is very interesting content! I have thoroughly enjoyed reading your points and have come to the conclusion that you are right about many of them. You are great.
    سایت پوکر ایرانی

    ReplyDelete
  14. You have done a great job on this article. It’s very readable and highly intelligent. You have even managed to make it understandable and easy to read. You have some real writing talent. Thank you.
    Judi Online

    ReplyDelete
  15. Nice Informative Blog having nice sharing..
    slot online

    ReplyDelete
  16. Wonderful blog! I found it while surfing around on Yahoo News. Do you have any suggestions on how to get listed in Yahoo News? I’ve been trying for a while but I never seem to get there! Appreciate it.
    DominoQQ Online

    ReplyDelete
  17. nice post, keep up with this interesting work. It really is good to know that this topic is being covered also on this web site so cheers for taking time to discuss this!
    Situs Poker Online

    ReplyDelete
  18. I really thank you for the valuable info on this great subject and look forward to more great posts. Thanks a lot for enjoying this beauty article with me. I am appreciating it very much! Looking forward to another great article. Good luck to the author! All the best!
    Situs Poker Online Indonesia

    ReplyDelete
  19. This is a truly good site post. Not too many people would actually, the way you just did. I am really impressed that there is so much information about this subject that have been uncovered and you’ve done your best, with so much class. If wanted to know more about green smoke reviews, than by all means come in and check our stuff.
    mlb중계

    ReplyDelete
  20. Thanks for sharing this quality information with us. I really enjoyed reading. Will surely going to share this URL with my friends.
    situs PKV games

    ReplyDelete
  21. I really like your take on the issue. I now have a clear idea on what this matter is all about..
    situs PKV games

    ReplyDelete
  22. This is a great article thanks for sharing this informative information. I will visit your blog regularly for some latest post. I will visit your blog regularly for Some latest post.
    situs poker 24 jam

    ReplyDelete
  23. I recently came across your blog and have been reading along. I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.
    mlb중계

    ReplyDelete
  24. This is a truly good site post. Not too many people would actually, the way you just did. I am really impressed that there is so much information about this subject that have been uncovered and you’ve done your best, with so much class. If wanted to know more about green smoke reviews, than by all means come in and check our stuff.
    유로파리그중계

    ReplyDelete

How to include a screen flow in a Lightning Web Component

 Hi, Assume  you have a flow called "Quick Contact Creation" and API Name for the same is "Quick_Contact_Creation". To i...