KKbes
2023-08-07 890eafcf31f5f8d519bb9e6f9c15303be5328e2d
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;
    }
}