From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新
---
force-app/main/default/classes/SoapApi.cls | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/force-app/main/default/classes/SoapApi.cls b/force-app/main/default/classes/SoapApi.cls
index 16cb4b9..bfaca1b 100644
--- a/force-app/main/default/classes/SoapApi.cls
+++ b/force-app/main/default/classes/SoapApi.cls
@@ -42,9 +42,6 @@
layoutItem.layoutComponents.add(layoutComponent);
return dlr;
} else {
- System.debug('=====1====='+sObjectType);
- System.debug('=====2====='+recordTypeIds);
- System.debug('=====3====='+layoutName);
return soap.describeLayout(sObjectType, layoutName, recordTypeIds);
}
}
@@ -53,11 +50,7 @@
// Map銇伅銆丷ecordTypeId(18妗�) => {api鍚� => r,w,wm}
// 濡傛灉Object涓瀹氳褰曠被鍨嬶紝璇ユ柟娉曚笉鑳藉彇鍑哄搴旇褰曠被鍨嬬殑椤圭洰锛屼慨鏀瑰悗鏂规硶鍚嶏細getEditRWByRecordType --涓嬩竴涓柟娉�
public static Map<String, Map<String, String>> getEditLayoutItemRW(String sObjectType, String[] recordTypeIds) {
- System.debug('=====1====='+sObjectType);
- System.debug('=====2====='+recordTypeIds);
PartnerSoapSforceCom.DescribeLayoutResult dlr = describeLayout(sObjectType, null, recordTypeIds);
- System.debug('=====1====='+sObjectType);
- System.debug('=====2=====--------');
Map<String, Map<String, String>> rtn = new Map<String, Map<String, String>>();
for (Integer lidx = 0; lidx < dlr.layouts.size(); lidx++) {
String recordTypeId = dlr.recordTypeMappings[lidx].recordTypeId;
--
Gitblit v1.9.1