buli
2022-05-13 08a21f49f2eaf9cfc19ceb67b196cc36ba689305
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;
    }
    }*/
}