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