SalesforceWinter21

How to Create Custom Metadata from Custom Object with just a Single Command

#1MinuteTip #SalesforceWinter21 You can now create a custom metadata from custom object with just a single command. Not only will this create the custom metadata but will also populate it with records from the custom object. This is possible using Salesforce CLI Plugin for Custom Metadata Types introduced in Winter ’21 release.

sfdx force:cmdt:generate -n MyCustomMetadata -s MyCustomObject__c

References & Useful URLs

Scroll to Top