D C
2023-05-26 dec96e2f8b84ea04d773c0c520c39b0822912ee3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NOT_TO_CHANGE_Detail</fullName>
    <active>true</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(Hospital__c)
|| ISCHANGED(Person_In_Charge_User__c)
|| ISCHANGED(OCM_dept_category__c)
|| ISCHANGED(WorkPlace__c)
|| ISCHANGED(demo_purpose2__c))</errorConditionFormula>
    <errorMessage>不可以修改借出备品相关的基本信息</errorMessage>
</ValidationRule>