From 9a0ef802a678ffc421fc1d416f7f867e89e5536a Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 26 五月 2023 10:32:04 +0800
Subject: [PATCH] 维修合同 多年保修消费率逻辑更改
---
force-app/main/default/objects/Tender_information__c/fields/ViewBidConfirm__c.field-meta.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/objects/Tender_information__c/fields/ViewBidConfirm__c.field-meta.xml b/force-app/main/default/objects/Tender_information__c/fields/ViewBidConfirm__c.field-meta.xml
index ee4c1ee..f2d9874 100644
--- a/force-app/main/default/objects/Tender_information__c/fields/ViewBidConfirm__c.field-meta.xml
+++ b/force-app/main/default/objects/Tender_information__c/fields/ViewBidConfirm__c.field-meta.xml
@@ -6,7 +6,7 @@
<formula>IF( (($User.ProfileId = '00e10000000xnp2')|| ($User.ProfileId = '00e10000000xzQ0')
|| ($User.ProfileId = '00e10000000xnp7') || ($User.ProfileId = '00e10000001220i')
|| ($User.ProfileId = '00e10000000xnpH') || ($User.ProfileId = '00e10000000xzQA')
-|| ($User.ProfileId = '00e10000000hkas') || ($User.ProfileId ='00e10000000a7NY'))&&Logical_delete__c=false
+|| ($User.ProfileId = '00e10000000hkas'))&&Logical_delete__c=false
,true,false)</formula>
<label>鏌ョ湅搴旀爣椤圭洰</label>
<trackHistory>false</trackHistory>
--
Gitblit v1.9.1