涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_Change_When_Received_Confirm</fullName>
    <active>true</active>
    <errorConditionFormula>DataMigration_Flag__c = false
&amp;&amp; NOT(ISPICKVAL(Change_Point__c, &apos;删除&apos;))
&amp;&amp; NOT(ISPICKVAL(Change_Point__c, &apos;新建&apos;))
&amp;&amp; NOT(ISBLANK(ReceivingNoteSummary__r.Received_Confirm_Time__c ))
&amp;&amp; OR(ISCHANGED(DataConfirmation__c), ISCHANGED(DataConfirmationTime__c))</errorConditionFormula>
    <errorDisplayField>DataConfirmation__c</errorDisplayField>
    <errorMessage>收货确认后的收货清单配套一览明细不能变数据确认,请取消收货确认后再操作</errorMessage>
</ValidationRule>