| | |
| | | public with sharing class LexInvalidDelegationController { |
| | | public LexInvalidDelegationController() { |
| | | |
| | | |
| | | } |
| | | @AuraEnabled |
| | | public static InitData init(String recordId){ |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @AuraEnabled |
| | | public static UpdateResult updateTask( |
| | | public static UpdateResult updateTask( |
| | | String recordId, |
| | | String Status |
| | | ) { |
| | |
| | | return result; |
| | | } |
| | | @AuraEnabled |
| | | public static UpdateResult updateLead( |
| | | public static UpdateResult updateLead( |
| | | String recordId, |
| | | String LatestQuotationEntrustmentC |
| | | ) { |
| | |
| | | return result; |
| | | } |
| | | @AuraEnabled |
| | | public static UpdateResult updateQuoteIraiC( |
| | | public static UpdateResult updateQuoteIraiC( |
| | | String recordId, |
| | | String QuoteIraiStatusC |
| | | ) { |
| | |
| | | @AuraEnabled |
| | | public String AnswerC{get;set;} |
| | | } |
| | | } |
| | | } |