I am attempting to navigate to inventory parts from a lobby. The following web access url address for the nav works
page/InventoryParts/List?$filter=Cf_Lmw_Inv_Meth eq IfsApp.InventoryPartsHandling.CfEnum_LMWINVMETH'CfEnum_6'
cfEnum_6 returns all the non safety stock inventory methods (6 is the db value for CF$_LMW_INV_METHOD_DB that correlates to LMW_INV_METHOD value of non safety stock)
So essentially CfEnum_6 is the hardcoded value for non safety stock.
In my case I need this to be a dynamic variable to return the enumerated value based off the users input.
what would the syntax for this be if using a variable in replacement of ‘CfEnum_6’
my initial thoughts were the following which did not work:
page/InventoryParts/List?$filter=Cf_Lmw_Inv_Meth eq IfsApp.InventoryPartsHandling.CfEnum_LMWINVMETH'CfEnum_'CF$_LMW_INV_METH_DB]'