PCRuntimeLibrary::canCalculatePriceForItemLine Method [AX 2012]
Determines whether the price calculation is possible by checking the product builder parameters and the type of the specified item line.
client server public static boolean canCalculatePriceForItemLine(Common _itemLine)
Run On
CalledParameters
- _itemLine
- Type: Common Table
The item line to check for the chance of price calculation.
Return Value
Type: booleantrue if sales price calculation is enabled in the product builder parameters and the calculation is possible on the specified item line; otherwise, false.
Show: