From 7d6ee416efe023de6492fe1dcd67017882c9f182 Mon Sep 17 00:00:00 2001
From: Liu Cheng <liucheng@prec-tech.com>
Date: 星期四, 23 六月 2022 17:24:07 +0800
Subject: [PATCH] SWAG-CFDA6G 【委托】用户系统首页待提醒事项顺序调整

---
 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