Retrieve Custom Metadata without Query

getAll ():

Example__mdt objMDT= Example__mdt.getInstance(‘RecordName’);
System.debug(‘@@@@@@@’+objMDT);

getInstance():

Map<String, Example__mdt> mapMdt = Example__mdt.getAll(‘RecordName’);
System.debug(‘@@@@@@@’+mapMdt.values());

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s