Utilization of Hierarchy custom settings in formula field, custom button, process builder or workflow rules without hard-coding
Custom settings The answer is “Yes”.Query syntax: Select id,name,field_custobjField__c from Custom_settingObj__cEx: Select id,name,Percentage_Allowed__c from discount__c How to get the hierarchy custom setting value in apex? The answer is by using the “Custom settings methods ”.Custom settings methods are all instance methods, that is, they are called by and operate on a particular instance of a …