Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.