Skip to main content
Solved

Lobby pass parameters but error

  • February 21, 2024
  • 2 replies
  • 149 views

Forum|alt.badge.img+4
  • Do Gooder (Customer)
  • 6 replies

Hi all,

I am trying to create a lobby - Shipments which contains Shipment status and count. I want to pass Shipment status as filter to Shipment screen but got this error.
 

Below is my navigation URL.

page/Shipments/List?$filter= Objstate eq $[Objstate]

 

FYI, I can close the error and click the search the button and it will pull the correct data for me but how doi get rid of this error message popping up. 


Thank you for your expert advice.

 

 

Best answer by Buddhika Kurera

@ZhanHao You need use the full qualified name when using enum values in filter conditions

Modify your navigation URL as
page/Shipments/List?$filter= Objstate eq IfsApp.ShipmentsHandling.ShipmentListState$[Objstate]

or when using a static value

page/Shipments/List?$filter= Objstate eq IfsApp.ShipmentsHandling.ShipmentListState’Completed’

 

Reference: https://docs.ifs.com/techdocs/23r2/040_tailoring/250_lobby_configurations/080_navigation/#appendix_c_supported_url_examples_for_filter

Hope this works for you !

View original
Did this topic help you find an answer to your question?

2 replies

Buddhika Kurera
Superhero (Employee)
Forum|alt.badge.img+15
  • Superhero (Employee)
  • 388 replies
  • Answer
  • February 21, 2024

@ZhanHao You need use the full qualified name when using enum values in filter conditions

Modify your navigation URL as
page/Shipments/List?$filter= Objstate eq IfsApp.ShipmentsHandling.ShipmentListState$[Objstate]

or when using a static value

page/Shipments/List?$filter= Objstate eq IfsApp.ShipmentsHandling.ShipmentListState’Completed’

 

Reference: https://docs.ifs.com/techdocs/23r2/040_tailoring/250_lobby_configurations/080_navigation/#appendix_c_supported_url_examples_for_filter

Hope this works for you !


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 6 replies
  • February 21, 2024

It worked. Thank you.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings