We have one user account used for weblink so the public doesn't have to log in. Is it possible to display the weblink document grid with dynamic columns depending on the URL.
For example, if I browse the the url http://server/WebLink/Browse.aspx?startid=1578861, my document grid displays column x, y and z. If I browse to any other URL, my document grid displays columns w, x and z.
I understand the default columns are stored in the user attributes, but I'm looking to customize this to display columns dynamically based off of the URL's request variable.
Thanks.