Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventTable
Type: InventTable Table
The inventory table.
- _inventDimId
Type: InventDimId Extended Data Type
The dimension ID.
- _newSiteId
Type: InventSiteId Extended Data Type
The specific site that might be different from the dimension ID.
Return Value
Type: boolean
true if the item is procured at the given site; otherwise, false.