EcoResTrackingDimensionGroupItem::isItemActiveInSalesProcess Method
Determines if the given Item belongs to a Tracking Dimension that has the "Active in Sales Process" flag enabled
Syntax
client server public static boolean isItemActiveInSalesProcess(DataAreaId _itemDataAreaId, ItemId _itemId)
Run On
Called
Parameters
- _itemDataAreaId
Type: DataAreaId Extended Data Type
A DataAreaId field of the InventTable record for the item.
- _itemId
Type: ItemId Extended Data Type
A ItemId field of the InventTable record for the item.
Return Value
Type: boolean
true if the Item is "Active in Sales Process," false otherwise.