Skip to main content

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. 

 

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


Reply