| | |
| | | <errorConditionFormula>ISPICKVAL(demo_purpose2__c, "学会展会") && ( TODAY() >= Request_shipping_day__c -7) |
| | | &&or(and(isnew(),ISBLANK(Old_Consum_Apply__c)),text(Status__c)=='草案中',TEXT(Status__c)="填写完毕" ) |
| | | && Not(ischanged(Loaner_cancel_request__c)) && Not(ischanged(Cancel_Reason__c)) |
| | | && ($User.ProfileId <>'00eC800000005Cb')</errorConditionFormula> |
| | | && ($User.ProfileId <>'00e10000000Y3o5')</errorConditionFormula> |
| | | <errorMessage>必须提前于希望到货日7天以上提交申请</errorMessage> |
| | | </ValidationRule> |