Solved

Lobby navigation with two or more parameters

  • 7 March 2023
  • 2 replies
  • 231 views

Userlevel 1
Badge +5
  • Do Gooder (Customer)
  • 15 replies

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’

icon

Best answer by Charith Epitawatta 8 March 2023, 00:21

View original

2 replies

Userlevel 7
Badge +31

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!

Userlevel 1
Badge +5

Thank you Charith. It works.

Reply