From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte
---
force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml b/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml
index f1ab8c0..2d1e38f 100644
--- a/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml
+++ b/force-app/main/default/objects/Maintenance_Contract__c/fields/Current_price_should_be__c.field-meta.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Current_price_should_be__c</fullName>
+ <description>IF(Highest_price_adjustment__c<0,"1.搴旇闄嶄环",IF(AND(Lowest_pricing__c>=0, Highest_price_adjustment__c<=5),"2.搴旇缁存寔","3.搴旇娑ㄤ环"))</description>
<externalId>false</externalId>
- <formula>IF(Count_Adjustment_Upper_price__c<0,"1.搴旇闄嶄环",IF(AND(Couont_Adjustment_Lower_price__c>=0, Count_Adjustment_Upper_price__c<=5),"2.搴旇缁存寔","3.搴旇娑ㄤ环"))</formula>
+ <formula>if(Highest_price_adjustment__c < 0, "1.搴旇闄嶄环",
+ if(Lowest_pricing__c > 0.05, "3.搴旇娑ㄤ环", "2.搴旇缁存寔"))</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>鏈湡浠锋牸搴旇</label>
<required>false</required>
--
Gitblit v1.9.1