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/objects/Activity_History_Daily_Report__c/fields/Contact__c.field-meta.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/objects/Activity_History_Daily_Report__c/fields/Contact__c.field-meta.xml b/force-app/main/default/objects/Activity_History_Daily_Report__c/fields/Contact__c.field-meta.xml index 6e9f575..7db2bab 100644 --- a/force-app/main/default/objects/Activity_History_Daily_Report__c/fields/Contact__c.field-meta.xml +++ b/force-app/main/default/objects/Activity_History_Daily_Report__c/fields/Contact__c.field-meta.xml @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Contact__c</fullName> - <deleteConstraint>Restrict</deleteConstraint> + <deleteConstraint>SetNull</deleteConstraint> <externalId>false</externalId> <label>鎷呭綋鑰�</label> <referenceTo>Contact</referenceTo> + <relationshipLabel>娲诲姩1</relationshipLabel> <relationshipName>Activity_History_Contact</relationshipName> - <required>true</required> + <required>false</required> <trackTrending>false</trackTrending> <type>Lookup</type> </CustomField> -- Gitblit v1.9.1