CustPackingSlipTransExpanded::daysDelayed Method [AX 2012]

Defines a derived column that is based on the difference with the DeliveryDate value.

server private static str daysDelayed(FieldName _fieldName)

Run On

Server

Parameters

_fieldName
Type: FieldName Extended Data Type
The name of the field to which to compare the DeliveryDate value.

Return Value

Type: str
The date difference, represented in days between the requested field and the DeliveryDate value.
Show: