From 0a2fc19461a141fbbb2c303142afdee22c72daac Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 09:56:08 +0800 Subject: [PATCH] workflow backup0120 --- force-app/main/default/objects/Repair_Quotation__c/fields/Discount_reason_list_comma_c__c.field-meta.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/Repair_Quotation__c/fields/Discount_reason_list_comma_c__c.field-meta.xml b/force-app/main/default/objects/Repair_Quotation__c/fields/Discount_reason_list_comma_c__c.field-meta.xml index 3a444aa..867c52e 100644 --- a/force-app/main/default/objects/Repair_Quotation__c/fields/Discount_reason_list_comma_c__c.field-meta.xml +++ b/force-app/main/default/objects/Repair_Quotation__c/fields/Discount_reason_list_comma_c__c.field-meta.xml @@ -35,6 +35,7 @@ IF(Set_discount__c = 0, '', '濂楅鎶樻墸,') + IF(Servince_contract_discount_amount__c = 0, '' , '缁翠慨鍚堝悓,') + IF(Delivery_compensation__c = 0, '', '杩愯緭绱㈣禂,') + +IF(LimitPrice_contract_discount_amount__c = 0, '', '涓婇檺鍚堝悓,') + IF(Other_discount__c = 0, '', '鍏朵粬,'), 0, LEN( @@ -54,6 +55,7 @@ IF(Set_discount__c = 0, '', '濂楅鎶樻墸,') + IF(Servince_contract_discount_amount__c = 0, '' , '缁翠慨鍚堝悓,') + IF(Delivery_compensation__c = 0, '', '杩愯緭绱㈣禂,') + +IF(LimitPrice_contract_discount_amount__c = 0, '', '涓婇檺鍚堝悓,') + IF(Other_discount__c = 0, '', '鍏朵粬,') ) - 1 )</formula> -- Gitblit v1.9.1