force-app/main/default/classes/LexNewIntentionController.cls
@@ -11,12 +11,13 @@ Sales_Method__c,Request__c,Request_Detail__c FROM Agency_Opportunity__c WHERE Id = : recordId]; return res; } catch(Exception e){ System.debug(LoggingLevel.INFO, '*** e: ' + e); return null; } return res; } @@ -29,8 +30,9 @@ } catch (Exception e) { System.debug(LoggingLevel.INFO, '*** e: ' + e); return null; } return null; } @AuraEnabled @@ -41,7 +43,8 @@ } catch (Exception e) { System.debug(LoggingLevel.INFO, '*** e: ' + e); return null; } return null; } }