From 291421a8735fbc7a1a821ffabd8dcca08bfe3b7e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 15 三月 2023 10:44:25 +0800
Subject: [PATCH] Lightning Upgrade
---
force-app/main/default/objects/Repair__c/fields/Usage_Ratio_Price_Guarantee__c.field-meta.xml | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/objects/Repair__c/fields/Usage_Ratio_Price_Guarantee__c.field-meta.xml b/force-app/main/default/objects/Repair__c/fields/Usage_Ratio_Price_Guarantee__c.field-meta.xml
index 024c5ff..ed9c640 100644
--- a/force-app/main/default/objects/Repair__c/fields/Usage_Ratio_Price_Guarantee__c.field-meta.xml
+++ b/force-app/main/default/objects/Repair__c/fields/Usage_Ratio_Price_Guarantee__c.field-meta.xml
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Usage_Ratio_Price_Guarantee__c</fullName>
- <description>IF(ISBLANK(Repair_Quotation_Id__c),
-0,
-Repair_Quotation_Id__r.Usage_Ratio_Price_Guarantee__c)</description>
<externalId>false</externalId>
<formula>IF(OR( Status2__c = '00.鍒犻櫎',Status2__c = '00.鍙栨秷',ISBLANK(Repair_Quotation_Id__c)),
0,
-if(not( ISBLANK(VM_Maintenance_Contract__c) ),Repair_Quotation_Id__r.Usage_Ratio_Price_Guarantee__c,0 )
+if(not( ISBLANK(VM_Maintenance_Contract__c) ),Repair_Quotation_Id__r.Usage_Ratio_Price_Guarantee__c,0 )
)</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>璁″叆鍚堝悓娑堣垂鐜囩殑淇悊閲戦(澶氬勾淇濅慨)</label>
--
Gitblit v1.9.1