I am trying to pass a lobby parameter in Aurena on an element but it is not working and bringing back all results.
Web Access URL:
page/InventoryPartInStock/List?$filter=HandlingUnitId eq $HANDLING_UNIT_ID$ and CatchQtyOnhand gt 0
The results should bring back only the Handling Unit IDs that make up the number on the element.
Any help is appreciated
Thanks!
Page 1 / 1
The URL looks okay to me but what do you mean with “make up the number on the element”? With the URL above you should see a lobby page parameter “HANDLING_UNIT_ID” and as soon as that is specified the results should be filtered.
Hi @Alexander Heinze
For e.g the lobby element is showing 5k value. When I click on the element, it takes me to the Inventory Part In Stock screen and brings back all data and not just the data for the 5k value.
Can you share screenshots, not exactly sure what lobbies/lobby elements you have.
I have a counter. I should mention I am creating the lobby in EE.
Where clause in data source:
AVID_SUMMARY = 'DOWNGRADE' AND (product_family like nvl('$PRODUCT_FAMILY$','%') AND sales_group like nvl('$SALES_GROUP$','%') AND handling_unit_id like nvl('$HANDLING_UNIT_ID$','%'))
Web access URL:
page/InventoryPartInStock/List?$filter=HandlingUnitId eq $HANDLING_UNIT_ID$ and CatchQtyOnhand gt 0
That URL assumes you will be passing a specific handling unit id from the lobby element. Have you tried using the option to “Use data source condition”? That’s typically used for Counter elements.
Hi @AussieAnders
I have tried using the “Use data source condition” option and unfortunately still no luck.