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

Server

Parameters

_item
Type: InventTable Table
The InventTable record to check.

Return Value

Type: boolean
true if the record is referenced in a product configuration template; otherwise, false.
Show: