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/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml b/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml index cd0183d..49a8031 100644 --- a/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml +++ b/force-app/main/default/objects/Report__c/validationRules/Required_Use_Materials.validationRule-meta.xml @@ -5,7 +5,9 @@ <errorConditionFormula>Text(Status__c) = '鐢宠珛涓�' && ( /* NTC/TTC */ (RecordTypeId = '01210000000Qeko' && (Isnull(Use_Materials__c) || Isblank(Use_Materials__c))) -)</errorConditionFormula> +) +&& + $User.Username != 'buli@deloitte.com.cn.stagefull'</errorConditionFormula> <errorDisplayField>Use_Materials__c</errorDisplayField> <errorMessage>浣跨敤璧勬枡蹇呴��</errorMessage> </ValidationRule> -- Gitblit v1.9.1