Skip to main content
Question

IFS Cloud Link List Element - API

  • March 13, 2025
  • 1 reply
  • 67 views

Forum|alt.badge.img+1

Hi!

I was wondering if it is possible to reference an API call to get the default system URL into a link list in a lobby element.

My goal is to have our lobby link navigations reference an API that get the environment default such as PROD vs MIGR. So when clicking on a lobby link in PROD, it will take you to the PROD lobby and vice versa.

 

I am using this API for reference:

select
fnd_setting_api.get_value('SYSTEM_URL')
from dual

 

1 reply

Charana Udugama
Superhero (Employee)
Forum|alt.badge.img+12
  • Superhero (Employee)
  • September 1, 2025

Hi ​@Error404AnalystNotFound 

Try building on top of something like this.

 


Also using lobby address like this will dynamically direct you to the same environment you are in. 
lobby/<lobby_id>
 

Best Regards,
Charana