Is it possible to get the list of all custom metadata object in my Salesforce org. Refer below snaps this is for objects and I am looking for the Custom Metadata Object.
4 answers
Hello @Abhishek Kumar Singh,
Yes , It is possible to get the list of all custom metadata object in your Salesforce org.
Try this SOQL Query :
SELECT Label,QualifiedApiName from EntityDefinition Where QualifiedApiName LIKE '%__mdt%'