binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
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>