R U OK 7.Feb.12 05:09 PM a Web browser Domino DesignerAll ReleasesAll Platforms
Hi,
Sorry, this might seem like a stupid question, but I don't have much web dev experience and have been thrown into the deep end at the moment.
We have a web menu, and one of the menu options is a Member login section. Once logged in, another menu appear which is an outline. Currently, the one outline entry is called "My Requests" and the url is as follows ... dbname + "My Requests?OpenView&RestrictToCategory=" + @Name([CN] ; StaffName).
However, I need to change this outline to open a form, which has the "MyRequests" view embedded into it as we are adding additional information and functions on the form.
How would I change the Outline URL to open the form and display the embedded view only with the signed in user's requests?