From 2d5b6ced9bbcb7a30159fd892b39d27a7e048b82 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期日, 24 四月 2022 09:41:45 +0800 Subject: [PATCH] BatchForAgencyContact --- 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