binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>IFData_cant_Change_to_ManualEntry</fullName>
    <active>false</active>
    <description>IFから来たデータは、「无机身号码设备」をチェック出来ません。</description>
    <errorConditionFormula>and(  IF_Information_From__c = true,  unknow_serial_NO_product__c = true , RecordTypeId &lt;&gt; &apos;012C600000003Hv&apos;)</errorConditionFormula>
    <errorDisplayField>unknow_serial_NO_product__c</errorDisplayField>
    <errorMessage>IFから来たデータは、「无机身号码设备」をチェック出来ません。
2019-12-25之前
and(  IF_Information_From__c = true,  unknow_serial_NO_product__c = true)</errorMessage>
</ValidationRule>