BOMCalcGroup::isItemProcured Method

Checks if the item is procured or produced at a given site.

Syntax

client server public static boolean isItemProcured(
    InventTable _inventTable, 
    InventDimId _inventDimId, 
    InventSiteId _newSiteId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the item is procured at the given site; otherwise, false.

See Also

Reference

BOMCalcGroup Table