Skip to main content

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

 

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


Reply