force-app/main/default/classes/DeveloperUtility.cls
@@ -1,5 +1,5 @@ public class DeveloperUtility { /* public static List<HTTPResponse> CreateFields(string sobject_name,string [] fields, boolean create_field,boolean create_config){ PI_Policy_Configuration__c ppc = null; @@ -100,5 +100,5 @@ System.debug(resp.getStatus()); System.debug(resp.getBody()); return resp; } }*/ }