| | |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Purpose2_RepairUser_Have_Flag</fullName> |
| | | <active>true</active> |
| | | <description>update lxy 2022/11/15 根据DB202211216861 修改:新合同备品确保提供=false 并且 无偿区别标志为8: 市场多年保修,必须选择市场多年保修</description> |
| | | <errorConditionFormula>RecordTypeId <> "01210000000RHIn" |
| | | && ($User.ProfileId <>'00e10000000Y3o5') |
| | | && TEXT(demo_purpose2__c) <> '市场多年保修' |
| | | && Repair__c != null |
| | | && EquipmentGuaranteeFlg__c==false |
| | | && Repair__r.NewProductGuaranteeObject__c == '8: 市场多年保修'</errorConditionFormula> |
| | | <errorDisplayField>demo_purpose2__c</errorDisplayField> |
| | | <errorMessage>无偿区别标志为8: 市场多年保修,必须选择市场多年保修。</errorMessage> |