Environmental Properties for IView - Web DynPro Java
Hello All,
My apologies if this information is easily found elsewhere - my inital search was not fruitful.
I have an IView with a form - when the user clicks the save button, I have code within the OnSave action which sends an email to a certain group of people. This email contains a link to a page within my portal.
I have 3 servers: DEV, TEST, and PRODUCTION, and ideally I would like to have the link in the email be dynamic based on some property that can be set by an administrator.
So instead of hardcoding http://<DEV>:port/application...
I'd like to say http://<variable>:port/application... where variable has a default of <PRODUCTION> and can be changed during development and testing.
Can someone advise on the best way to go about setting up this configurable property?
Thanks