Request_day_need_to_bigger_than_today
    true
    DataMigration_Flag__c <> TRUE 
&& 
(AND( ISPICKVAL(Status__c, "草案中") ,Request_shipping_day__c < DATEVALUE(CreatedDate)) || 
AND(ISNEW(),Request_shipping_day__c < TODAY() ));20200825 add/* 系统管理员  Batch User不报错 */
    $User.Batch_User__c = false  /* Batch User 不报错 */ 
&& 
DataMigration_Flag__c <> TRUE 
&& 
(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) )
    Request_shipping_day__c
    希望到货日必须未来的日期