| | |
| | | res.schemeType = so.Scheme_Type__c; |
| | | res.confirmationResult = so.Confirmation_Result__c; |
| | | } catch (Exception e) { |
| | | throw new AuraHandledException(e.getMessage()); |
| | | System.debug(e.getMessage()); |
| | | } |
| | | return res; |
| | | } |
| | |
| | | try { |
| | | so = [select id,name from solutionClosingAttachment__c where Solution_Programme__c =: Id]; |
| | | } catch (Exception e) { |
| | | throw new AuraHandledException(e.getMessage()); |
| | | System.debug(e.getMessage()); |
| | | } |
| | | return so; |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | class InitData{ |
| | | public class InitData{ |
| | | @AuraEnabled |
| | | public String schemeType; |
| | | @AuraEnabled |