XML url problem feifei bao  2015-06-04 13:41
Status: Closed
 
Hi,

I have a question that how can we build dynamic URL in XML metadata rather than using hard code. Except the filter portion (like recordID=${Species}), I mean some other parts like the container path. Can I have a way to replace url parts like '/labkey/wiki/'?

Thank you very much.

Feifei
 
 
Jon (LabKey DevOps) responded:  2015-06-04 16:14
Hi Feifei,

So if you're trying to have the URL build dynamically based on values, the only conceivable way to do this is for you to create an intermediate redirect page, which will take the URL parameters provided and converts them into the full URL you want and then redirects the user to that page.

Regards,

Jon