I have a requirement to link a form to an online user manual at field level. I know I can hardcode a specific URL against a label, which works fine on our development server, but I have to deploy the process in multiple jurisdictions each with their own specific online manuals.
Ideally, I would like to create the URL string variable using a combination of fixed and parameter driven data which I can manage through a parameter table, then pass the variable to the labels at 'when user loads form' when the user location has been determined.
Does anyone know of a clever way of achieving this?