Question

23R2 dynamic navigation URL in event action

  • 31 January 2024
  • 2 replies
  • 71 views

Userlevel 3
Badge +8

We are currently working on the upgrade from IFS V8 to IFS Cloud 23R2. 

We have events actions for sending e-mail notification to users with an IFS URL.

So, we were forced to update all this navigation URL to be in accordance with Cloud version.

 

Example of an URL added in an event action

https://uat1.ifs.asf.pri/main/ifsapplications/web/page/ChangeRequest/Form;$filter=RequestNo eq $REQUEST_NO$

This kind of URL is working smoothly but only for the related environment.

 

The issue we are facing is that as we are on a test environnement and not on the PROD environment, the beginning of the URL is working today but it will not work tomorrow in the PROD environment as it will not be the same. 

Consequently, to avoid modifications on all events actions containing an URL, we would like if it possible to use a dynamic URL that will change depending on a variable which will be, in our case, the system URL value entered in the system parameters.

 

 

Thanks for your help


2 replies

Userlevel 6
Badge +10

Hi @Carole 

Try using this API, it works for us on cloud 23R1. 

ifsapp.fnd_setting_api.Get_Value(parameter_ => 'SYSTEM_URL')

There is probably a way to do it using the new cloud technology, but I guess it depends how your event action is written, etc. 

Hope that it helps. 

David.

 

Userlevel 3
Badge +8

@david.harmer 

Will try this API…

thanks 

Reply