付煜
2022-03-28 a1a28f05f9560cd6a265caef72e0ca07977510ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Cannot_Empty_Fields</fullName>
    <active>true</active>
    <description>数据确认时,【备品用途附属品​】【管理种类】​【所在地区(本部)】​【无机身号码设备】不可为空</description>
    <errorConditionFormula>DataMigration_Flag__c == false
&amp;&amp; DataConfirmation__c = true
&amp;&amp; OR(
ISBLANK(TEXT(unknow_serial_NO_product__c ))
, ISBLANK(TEXT(Loaner_accsessary__c)) 
, ISBLANK(TEXT(Manage_type__c))
, ISBLANK(TEXT(Salesdepartment__c))
)&amp;&amp; !BEGINS( ReceivingNote__r.ReceivingNoteNo_New__c , &apos;ZZ&apos;)</errorConditionFormula>
    <errorMessage>数据确认时,【备品用途附属品​】【管理种类】​【所在地区(本部)】​【无机身号码设备】不可为空</errorMessage>
</ValidationRule>