Skip to content

Instantly share code, notes, and snippets.

@isanuki
Created August 11, 2015 11:07
Show Gist options
  • Save isanuki/5d9830063f4e68c3687f to your computer and use it in GitHub Desktop.
Save isanuki/5d9830063f4e68c3687f to your computer and use it in GitHub Desktop.
CustomPickList__mdt[] results = [SELECT LabelName__c FROM CustomPickList__mdt];
for(CustomPickList__mdt val : results){
System.debug('ラベル名=' + val.LabelName__c);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment