黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
force-app/main/default/objects/Repair__c/validationRules/work_location_select_self_or_4RC.validationRule-meta.xml
@@ -2,8 +2,10 @@
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>work_location_select_self_or_4RC</fullName>
    <active>true</active>
    <description>受理办事处只能选自己省内的办事处 或 七大RC</description>
    <errorConditionFormula>$Profile.Id != &apos;00e10000000dEQx&apos;   /* GPI_系统管理员 不报错 */
    <description>受理办事处只能选自己省内的办事处 或 四大RC</description>
    <errorConditionFormula>$User.Username !=&apos;buli@deloitte.com.cn.stagefull&apos;
&amp;&amp;
$Profile.Id != &apos;00e10000000dEQx&apos;   /* GPI_系统管理员 不报错 */
&amp;&amp;
$User.Id != &apos;00510000000fSYI&apos;   /* Batch User 不报错 */
&amp;&amp;