| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>Cannot_Update_When_Finish</fullName> |
| | | <active>false</active> |
| | | <description>已完成的调拨备品配套一览明细不可以再做更新 |
| | | update lxy 2021/11/15 停用后再启用</description> |
| | | <active>true</active> |
| | | <description>已完成的调拨备品配套一览明细不可以再做更新</description> |
| | | <errorConditionFormula>ISNEW() == false |
| | | && ( (ISCHANGED(Detail_Finish__c) |
| | | && Detail_Finish__c = false |
| | |
| | | ) |
| | | ) |
| | | )</errorConditionFormula> |
| | | <errorDisplayField>CDS_complete__c</errorDisplayField> |
| | | <errorMessage>已完成的调拨备品配套一览明细不可以再做更新</errorMessage> |
| | | </ValidationRule> |