| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Must_input_SAPTransfer_time_Chk</fullName> |
| | | <active>false</active> |
| | | <active>true</active> |
| | | <errorConditionFormula>$User.ProfileId<>'00e10000000Y3o5' && NOT(CONTAINS($Label.ProfileId_EquCenCheckAndDepot,$User.ProfileId)) && NOT(CONTAINS($Label.ProfileId_EquCenAdmin,$User.ProfileId)) && NOT($User.Batch_User__c) &&( ISBLANK( SAP_Transfer_time__c ) && NOT(ISBLANK( Repair_Returned_To_HP_Date__c )) && (ISCHANGED(Repair_Returned_To_HP_Date__c ) || ISNEW() |
| | | ))</errorConditionFormula> |
| | | <errorMessage>SAP申请时间为空,不可填写修理品用户返送日</errorMessage> |