Skip to main content
Question

Parameter usage from Aurena Lobby to Aurena page

  • May 26, 2021
  • 3 replies
  • 199 views

Mervan
Sidekick
Forum|alt.badge.img+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 replies.

3 replies

Priyanjala Silva
Sidekick (Employee)
Forum|alt.badge.img+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 


Mervan
Sidekick
Forum|alt.badge.img+9
  • Author
  • Sidekick
  • May 26, 2021

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

 


Mervan
Sidekick
Forum|alt.badge.img+9
  • Author
  • Sidekick
  • June 8, 2021

Has anyone encountered this issue before?

Best regards,

Mervan