From 572b3f4b0248130d692621827ac167e6981bc771 Mon Sep 17 00:00:00 2001
From: 彭锟 <pengkun@prec-tech.com>
Date: 星期一, 28 三月 2022 18:27:00 +0800
Subject: [PATCH] UpdateContractAimAmountHandler,NFM601修改
---
force-app/main/default/objects/LastbuyProduct__c/fields/LastbuyQuantity__c.field-meta.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/objects/LastbuyProduct__c/fields/LastbuyQuantity__c.field-meta.xml b/force-app/main/default/objects/LastbuyProduct__c/fields/LastbuyQuantity__c.field-meta.xml
index 8b3a476..5e1a6b0 100644
--- a/force-app/main/default/objects/LastbuyProduct__c/fields/LastbuyQuantity__c.field-meta.xml
+++ b/force-app/main/default/objects/LastbuyProduct__c/fields/LastbuyQuantity__c.field-meta.xml
@@ -6,6 +6,7 @@
<precision>18</precision>
<required>false</required>
<scale>0</scale>
+ <trackHistory>true</trackHistory>
<trackTrending>false</trackTrending>
<type>Number</type>
<unique>false</unique>
--
Gitblit v1.9.1