Skip to main content

Hi, I want to get an opinion on a topic.  

The url below is working correctly. :point_down_tone1:

page/Employees/MultiCompanyList?$filter=OrgCode eq $qORG_CODE] 

 

But I want to do this, I want to send some of the parameter and reach the desired data. For example, I want to send the first 4 numbers. What should be written instead of the question mark? or is this method possible?

page/Employees/MultiCompanyList?$filter=OrgCode eq $ ????????]

Best regards,

Mervan

 

Hi,

Please refer the section on "Place Holders for Lobby Navigation" found in the F1 docs.

URL for F1 docs : 

https://docs.ifs.com/techdocs/Foundation1/045_administration_aurena/220_Configuration/800_lobby/850_lobby_navigation_guidline/default.htm 

Types of placeholders for lobby navigation
  • You can change the navigation URL depending on the desired parameter that you want to use as the filter.

 

Cheers,

Priyanjala 


Hi @Priyanjala Silva 

Thank you for the answer. I solved many problems with F1. My problem that I couldn't solve is sending a certain part of the data source as a parameter.

 

Is there any error in the url written below? or how to write ?

page/Employees/MultiCompanyList?$ Filter =OrgCode eq $qSUBSTR(ORG_CODE,1,4)]

Best regards,

Mervan

 


Has anyone encountered this issue before?

Best regards,

Mervan