I am trying to create a lobby - Shipment Lines, which contains Source Ref 1and partno. When click on row, I want to pass Source Ref 1and partno as filter to Inventory Transactions History. Is this possible?
this my link but does not work - page/InventoryTransactionsHistory/List?$filter=OrderRef1 eq $[SOURCE_REF1]
If hard coded, it works, not sure why
page/InventoryTransactionsHistory/List?$filter=SourceRef1 eq '*1001'