From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:35:52 +0800
Subject: [PATCH] 20230307询价2期Batch增加入Schedule

---
 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 = &apos;00.鍒犻櫎&apos;,Status2__c = &apos;00.鍙栨秷&apos;,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