<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>After_Shippment_loaner</fullName>
|
<active>false</active>
|
<description>//bp2 备品出库前,不能编辑回库物流信息</description>
|
<errorConditionFormula>ISNULL(Shippment_loaner_time__c)
|
&&
|
(($User.ProfileId <>'00e10000000Y3o5')&&
|
($User.ProfileId <>'00e10000000xnoT')&&
|
($User.ProfileId <>'00e10000000xo1D')
|
)
|
&&
|
(
|
/*bp2 ISCHANGED(Shipment_request_time__c) ||*/
|
ISCHANGED(Return_Distrubutor_Method__c)
|
|| ISCHANGED(Return_Track_Number__c)
|
|| ISCHANGED(Return_Trake_Staff__c)
|
)</errorConditionFormula>
|
<errorMessage>//bp2 备品出库前,不能编辑回库物流信息</errorMessage>
|
</ValidationRule>
|