| | |
| | | i++; |
| | | i++; |
| | | } |
| | | |
| | | @AuraEnabled |
| | | WebService static String selectCommonSequence(String valueField, String formatField) { |
| | | Boolean insertNew = false; |
| | | //取得共通採番序列 |
| | |
| | | insert log; |
| | | } |
| | | |
| | | @AuraEnabled |
| | | WebService static String deleteRepair(String rid) { |
| | | try { |
| | | Repair__c r = new Repair__c(Id = rid); |
| | |
| | | /** |
| | | OCM-SI需求表用,复制功能,仅限当前所有SI需求表失效的时候,才能使用 |
| | | */ |
| | | @AuraEnabled |
| | | WebService static String ISO_Copy_Func(id isoID){ |
| | | IS_Opportunity_Demand__c checkISO = [select Opportunity_ID__c from IS_Opportunity_Demand__c where id =:isoID]; |
| | | String opporID = checkISO.Opportunity_ID__c; |
| | |
| | | |
| | | insert log; |
| | | } |
| | | |
| | | @AuraEnabled |
| | | WebService static String setSObjectShare(String sobjectName, String rowCause, String parentId, List<String> userAccess, String ownerId) { |
| | | try { |
| | | List<SObject> sObjList = new List<SObject>(); |