CustomMetadataLoader VS apex-mdapi

Compare CustomMetadataLoader vs apex-mdapi and see what are their differences.

CustomMetadataLoader

Tool to help users bulk create and update custom metadata records in salesforce.com from a CSV file. (by forcedotcom)

apex-mdapi

Apex Wrapper for the Salesforce Metadata API (by certinia)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
CustomMetadataLoader apex-mdapi
2 4
165 668
0.6% 0.6%
0.0 0.0
about 1 year ago 6 months ago
Apex Apex
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

CustomMetadataLoader

Posts with mentions or reviews of CustomMetadataLoader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-24.

apex-mdapi

Posts with mentions or reviews of apex-mdapi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-24.
  • What do you always do in any org?
    1 project | /r/salesforce | 7 Dec 2023
    Not a stupid question at all, its complicated. Apex can directly perform DML on Custom Settings, but if you want to manipulate Custom Metadata, Named Credentials, Remote Site Settings, or things like enabling Sales Engagement, that all has to happen through the MetadataService. Note that the MetadataService is pretty far out of date and you might have to manually update it which is a whole learning curve on its own.
  • creating custom fields via api or import
    1 project | /r/salesforce | 23 Jun 2021
    you can use apex metadata api, here https://github.com/financialforcedev/apex-mdapi
  • Update Object Field Metadata in bulk from CSV
    2 projects | /r/salesforce | 24 Mar 2021
    The most realistic thing is probably to check this out https://github.com/financialforcedev/apex-mdapi — it’s old but it will do what you are asking and has the examples which probably include what you said. Take a look and notice how it would handle a CustomObject class and poke around for anything related to fields (search for phrase helptext?). It will do the leg work of calling out to sf and doing a “deployment” ... which is passing an XML file thru the API of your org.
  • User Editable App Settings
    1 project | /r/salesforce | 4 Mar 2021
    If You need something more advanced, You can use Metadata API, there is open-source wrapper for Apex: https://github.com/financialforcedev/apex-mdapi