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/Tender_information__c/fields/BudgetAmountNumber__c.field-meta.xml | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/objects/Tender_information__c/fields/BudgetAmountNumber__c.field-meta.xml b/force-app/main/default/objects/Tender_information__c/fields/BudgetAmountNumber__c.field-meta.xml
index b10d934..7a7c224 100644
--- a/force-app/main/default/objects/Tender_information__c/fields/BudgetAmountNumber__c.field-meta.xml
+++ b/force-app/main/default/objects/Tender_information__c/fields/BudgetAmountNumber__c.field-meta.xml
@@ -2,26 +2,27 @@
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>BudgetAmountNumber__c</fullName>
<externalId>false</externalId>
- <formula>if(isblank(BudgetAmount1__c), 0,
-if(isnumber(BudgetAmount1__c), VALUE(BudgetAmount1__c),
+ <formula>if(isblank(BudgetAmount1__c), 0,
+if(isnumber(BudgetAmount1__c), VALUE(BudgetAmount1__c),
if(CONTAINS(BudgetAmount1__c, ','), VALUE(SUBSTITUTE(BudgetAmount1__c, ',', '')), 0)
-)) +
-if(isblank(BudgetAmount2__c), 0,
-if(isnumber(BudgetAmount2__c), VALUE(BudgetAmount2__c),
+)) +
+if(isblank(BudgetAmount2__c), 0,
+if(isnumber(BudgetAmount2__c), VALUE(BudgetAmount2__c),
if(CONTAINS(BudgetAmount2__c, ','), VALUE(SUBSTITUTE(BudgetAmount2__c, ',', '')), 0)
-)) +
-if(isblank(BudgetAmount3__c), 0,
-if(isnumber(BudgetAmount3__c), VALUE(BudgetAmount3__c),
+)) +
+if(isblank(BudgetAmount3__c), 0,
+if(isnumber(BudgetAmount3__c), VALUE(BudgetAmount3__c),
if(CONTAINS(BudgetAmount3__c, ','), VALUE(SUBSTITUTE(BudgetAmount3__c, ',', '')), 0)
-)) +
-if(isblank(BudgetAmount4__c), 0,
-if(isnumber(BudgetAmount4__c), VALUE(BudgetAmount4__c),
+)) +
+if(isblank(BudgetAmount4__c), 0,
+if(isnumber(BudgetAmount4__c), VALUE(BudgetAmount4__c),
if(CONTAINS(BudgetAmount4__c, ','), VALUE(SUBSTITUTE(BudgetAmount4__c, ',', '')), 0)
-)) +
-if(isblank(BudgetAmount5__c), 0,
-if(isnumber(BudgetAmount5__c), VALUE(BudgetAmount5__c),
+)) +
+if(isblank(BudgetAmount5__c), 0,
+if(isnumber(BudgetAmount5__c), VALUE(BudgetAmount5__c),
if(CONTAINS(BudgetAmount5__c, ','), VALUE(SUBSTITUTE(BudgetAmount5__c, ',', '')), 0)
))</formula>
+ <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>棰勭畻閲戦(鏁板瓧)</label>
<precision>18</precision>
<required>false</required>
--
Gitblit v1.9.1