PCRuntimeLibrary::canCalculateDateForItemLine Method [AX 2012]

Indicates whether the delivery date calculation is possible by checking the type of the specified item line.

client server public static boolean canCalculateDateForItemLine(Common _itemLine)

Run On

Called

Parameters

_itemLine
Type: Common Table
The item line for which to evaluate the chance of a delivery date calculation.

Return Value

Type: boolean
true if the delivery date calculation is possible on the specified item line; otherwise, false.

The item line types that can use a delivery date calculation are sales lines and sales basket lines.

Show: