From 2b969ede326bf33a9a0402ea96a0261631591dc4 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期三, 24 五月 2023 11:47:23 +0800 Subject: [PATCH] 入库管理编码验证程序调整 --- force-app/main/default/objects/Consum_Apply__c/validationRules/Need_AccountInfo.validationRule-meta.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/objects/Consum_Apply__c/validationRules/Need_AccountInfo.validationRule-meta.xml b/force-app/main/default/objects/Consum_Apply__c/validationRules/Need_AccountInfo.validationRule-meta.xml index f7400e1..4673be5 100644 --- a/force-app/main/default/objects/Consum_Apply__c/validationRules/Need_AccountInfo.validationRule-meta.xml +++ b/force-app/main/default/objects/Consum_Apply__c/validationRules/Need_AccountInfo.validationRule-meta.xml @@ -26,5 +26,6 @@ ISBLANK(Loaner_medical_Staff__c)|| ISBLANK(Phone_number__c) )</errorConditionFormula> + <errorDisplayField>Repair__c</errorDisplayField> <errorMessage>蹇呴』濉啓鍖婚櫌銆佹垬鐣ョ瀹� 銆佺瀹ゃ�佺瀹よ礋璐d汉鍜岃仈绯荤數璇�</errorMessage> </ValidationRule> -- Gitblit v1.9.1