Hello,
is the following possible:
Create a custom text filed for requests and use this value with an external URL which is shown in the request?
For example:
i have a text filed with Name : "device ID".
After entering a vlaue to this filed i have a link in the request like:
http://servername/details?id={deviceID} , where {deviceID} is the value from the custom text field "device ID"
Regards