@NSRJMITCHELL Do you need to use context substitution variables within an external navigation link ?
Thanks
Sandun
No, it is the end point URL in an Event Action
I have not been able to find anything after extensive searching, but I did come up with a way to achieve this.
Under an Event you can create ‘Custom Attributes’ which allow you to make PL/SQL function calls. I simply added a new function in our custom utility API in PL/SQL that returns the value I need for the specific instance. Implement this in each of your instances (DEV, TEST, PROD, etc...) and when it calls the PL/SQL function it will get the correct value it needs.
You can use the value in the Event Action just as you would any of the normal attributes that are passed from the event.