Question

Parameter usage from Aurena Lobby to Aurena page

  • 26 May 2021
  • 3 replies
  • 182 views

Userlevel 3
Badge +9

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 $[ORG_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

 


This topic has been closed for comments

3 replies

Userlevel 5
Badge +7

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 

Userlevel 3
Badge +9

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 $[SUBSTR(ORG_CODE,1,4)]

Best regards,

Mervan

 

Userlevel 3
Badge +9

Has anyone encountered this issue before?

Best regards,

Mervan