CustPackingSlipOnTimeStatus::datesConditionTSql Method [AX 2012]

Creates a case statement that determines whether a sales line is delivered on time, delayed or both.

server private static str datesConditionTSql(str _dataSource, str _comparisonField)

Run On

Server

Parameters

_dataSource
Type: str
A data source that is used for comparison and holds a comparison field.
_comparisonField
Type: str
A field that is used for comparison.

Return Value

Type: str
A string that represents the computed column.
Show: