Skip to main content
Question

Lobby filter is not working in IFS Cloud

  • September 27, 2024
  • 1 reply
  • 107 views

Forum|alt.badge.img+4

In PROD, when I click on the order no in the lobby element, it goes to the relevant order according to the order no as in the images below: 

I would like to know how to do this in the IFS Cloud. Because I can perform this action on PROD but it doesn't work on Cloud. Is there a way to do this? These images below are the details of the lobby element in IFS Cloud. 

The image below is the PDD lobby element:

This is the element designer of the lobby element:

I applied a filter to the area outlined in red but it didn't work. 

This is the data source of the lobby element and its code:

 

Code: 

Objstate In ('Confirmed','Received','Arrived')  
And Promised_Delivery_Date > Wanted_Delivery_Date 
And Cf$_Remain_Qty_To_Receive >0 
and UNIT_MEAS is not null  
and upper(BUYER_CODE) = upper('$buyer$') 

 

I also gave parameter to the page but it did not work, I couldn’t get any data. 

 

1 reply

COVJAMIEB
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 218 replies
  • September 27, 2024

make sure your $[Order_no] reads $[ORDER_NO]