This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public with sharing class Utility { | |
/* | |
* picklist_values method | |
* @Descrition | |
* Method used to get a list of picklist values from a given object and fields | |
* @params | |
* object_name - String | |
* fieldNames - List<String> | |
* @return |