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/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