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.
Finds the specified record in the EMSSubstance table by using the specified ItemId and InventDimId values.
Syntax
client server public static EMSSubstance findbyItemId(ItemId _itemId, InventDimId _inventDimId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the Substance record to find.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId value of the Substance record to find.
Return Value
Type: EMSSubstance Table
A record in the EMSSubstance table; otherwise, an empty record.