CustPackingSlipTransExpanded::delayedRequestedDate Method
Defines a derived column for the Delayed_RequestedDate field.
Syntax
server public static str delayedRequestedDate()
Run On
Server
Return Value
Type: str
A T-SQL statement that is like the following: CASE WHEN t1._fielSalesLineShippingDateRequesteddName < t1.deliverydate THEN 1 ELSE 0 END.