Skip to main content
Question

IFS Cloud External Navigation Command Dynamic Hosts

  • April 1, 2026
  • 1 reply
  • 6 views

Forum|alt.badge.img+8

I am wondering if anyone has an elegant solution on how to handle external navigation in a command when you have production and test hosts.  

The use case is, of course, we have an external page for testing and production.  So when we are in a non-production environment we would like any external navigation commands go to our test host.  And for production we want it to go to our production host.  

We thought about creating an entity which where we could at least enter the external URL and then run a script when one of our non-production environments gets updated to change the host in that entity. 

Then in the client file we would call a function that would return that URL.  However, that won’t work because we would have to use the variable substitution on the returned URL and the variable substitution inside that URL wouldn’t be affected.  

 

1 reply

PhillBronson
Hero (Customer)
Forum|alt.badge.img+11
  • Hero (Customer)
  • April 2, 2026

Fnd_Setting_API.Get_Value(‘SYSTEM_URL’)

 

Check out how its used in ExcelReportArchive.plsql