binxie
2024-01-16 4d3febe8045eb0fa0283af3c53b0c48344b8664d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NOT_TO_CHANGE_Detail</fullName>
    <active>false</active>
    <description>不可以修改基本信息</description>
    <errorConditionFormula>!ISNEW() 
&amp;&amp;(ISCHANGED(Rental_Apply_Equipment_Set_Detail__c)
|| ISCHANGED(Fixture_Model_No__c)
|| ISCHANGED(RentalApplyNo__c)
|| ISCHANGED(Repair_product_body_number__c)
|| ISCHANGED(HospitalText__c)
|| ISCHANGED(Person_In_Charge_User__c)
|| ISCHANGED(OCM_dept_category__c)
|| ISCHANGED(WorkPlace__c)
|| ISCHANGED(demo_purpose2__c))</errorConditionFormula>
    <errorDisplayField>ZongjianApprovalManager__c</errorDisplayField>
    <errorMessage>不可以修改借出备品相关的基本信息</errorMessage>
</ValidationRule>