From 115b1ebc6e433315a9835af24d4fe0f90343a3ca Mon Sep 17 00:00:00 2001 From: 李彤 <litong@prec-tech.com> Date: 星期一, 30 五月 2022 14:12:19 +0800 Subject: [PATCH] 转送表外部值对应的内部值为空对应 --- force-app/main/default/objects/Inquiry_form__c/fields/Confirmation_Date__c.field-meta.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Inquiry_form__c/fields/Confirmation_Date__c.field-meta.xml b/force-app/main/default/objects/Inquiry_form__c/fields/Confirmation_Date__c.field-meta.xml index 1d3eebb..046fc50 100644 --- a/force-app/main/default/objects/Inquiry_form__c/fields/Confirmation_Date__c.field-meta.xml +++ b/force-app/main/default/objects/Inquiry_form__c/fields/Confirmation_Date__c.field-meta.xml @@ -2,8 +2,9 @@ <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Confirmation_Date__c</fullName> <externalId>false</externalId> - <label>纭鏃ユ湡</label> + <label>鍒涘缓鎰忓悜鏃ユ湡</label> <required>false</required> + <trackHistory>false</trackHistory> <trackTrending>false</trackTrending> <type>Date</type> </CustomField> -- Gitblit v1.9.1