CustPackingSlipTransExpanded::delayed Method [AX 2012]
Defines a derived column for the universal transaction line category.
server private static str delayed(FieldName _fieldName)
Run On
ServerParameters
- _fieldName
- Type: FieldName Extended Data Type
The name of the field to which to compare the delivery date.
Return Value
Type: strA T-SQL statement that is like the following: CASE WHEN _fieldName < t1.deliverydate THEN 1 ELSE 0 END.
Show: