buli
2023-05-30 f230c720655620fccb5cc5fd8d1991ffbf10c982
force-app/main/default/classes/NewAgencyContactController.cls
@@ -3,7 +3,8 @@
    static string sobjectType = 'Agency_Contact__c';
    
    @AuraEnabled
    public static ControllerResponse Init(string rid,Id pid, string record_type_id){
    public static ControllerResponse init(string rid,Id pid, string record_type_id){
        system.debug('Debug lighting');
        system.debug('rid='+rid+',length='+(rid==null?'null':rid.length()+''));
        system.debug('record_type_id='+record_type_id+',length='+(record_type_id==null?'null':record_type_id.length()+''));