JmgProdParameters::resolveInventDimId Method
Gets the site ID from the InventDim Table record specified, otherwise, the default InventDim Table record is returned.
Syntax
client server public static InventDimId resolveInventDimId(InventDimId _inventDimId)
Run On
Called
Parameters
- _inventDimId
Type: InventDimId Extended Data Type
The ID of the InventDim Table record to get the site from.
Return Value
Type: InventDimId Extended Data Type
If the JmgProdParameters Table field ProdParamInventDimLookup value is set to ProdParamInventDimLookup::Site, then the Site ID field in the InventDim Table record of the specified InventDimId is extracted and the InventDim Table record only containing this field is returned, otherwise, the default InventDim Table record is returned.