Share via


CustPackingSlipTransExpanded::delayedConfirmedDate Method

Defines a derived column for the Delayed_RequestedDate field.

Syntax

server public static str delayedConfirmedDate()

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.

See Also

Reference

CustPackingSlipTransExpanded View