| | |
| | | (AND( ISPICKVAL(Status__c, "草案中") ,Request_shipping_day__c < DATEVALUE(CreatedDate)) || |
| | | AND(ISNEW(),Request_shipping_day__c < TODAY() )) |
| | | && |
| | | AND( ISBLANK(TEXT(Split_Apply_Reason__c)), ISBLANK(Old_Rental_Apply__c) )</errorConditionFormula> |
| | | AND( ISBLANK(TEXT(Split_Apply_Reason__c)), ISBLANK(Old_Rental_Apply__c) ) && SupplementCreated__c = false</errorConditionFormula> |
| | | <errorDisplayField>Request_shipping_day__c</errorDisplayField> |
| | | <errorMessage>希望到货日必须未来的日期</errorMessage> |
| | | </ValidationRule> |