I am trying to create a link in lobby which points to this page with two parameters. However, this would not work. Could you provide some guidance?
page/CustomerOrders/List?$filter=OrderId eq 'ERS' and (Objstate eq IfsApp.CustomerOrdersHandling.CustomerOrderState'PartiallyDelivered' & ‘Released’
Best answer by Charith Epitawatta
Hi @jgrace,
Try the following format:
(Objstate eq IfsApp.CustomerOrderHandling.CustomerOrderState'Released' or Objstate eq IfsApp.CustomerOrderHandling.CustomerOrderState'PartiallyDelivered')
You can find the lobby navigation guide here:
https://docs.ifs.com/techdocs/foundation1/045_administration_aurena/220_Configuration/800_lobby/850_lobby_navigation_guidline/default.htm
Hope this helps!