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
CalledParameters
- _itemLine
- Type: Common Table
The item line for which to evaluate the chance of a delivery date calculation.
Return Value
Type: booleantrue if the delivery date calculation is possible on the specified item line; otherwise, false.
Show: