Skip to main content
Solved

Lobby navigation with two or more parameters

  • March 7, 2023
  • 2 replies
  • 356 views

Forum|alt.badge.img+7
  • Sidekick (Customer)
  • 31 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’

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!

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • March 7, 2023

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!


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 31 replies
  • March 10, 2023

Thank you Charith. It works.