PCModelingLibrary::isItemReferencedInPCTemplates Method [AX 2012]
Indicates whether the specified item is used in a product configuration template for BOM lines.
server public static boolean isItemReferencedInPCTemplates(InventTable _item)
Run On
ServerParameters
- _item
- Type: InventTable Table
The InventTable record to check.
Return Value
Type: booleantrue if the record is referenced in a product configuration template; otherwise, false.
Show: