Doug Finner 1.Aug.11 09:19 AM a Web browser Domino Designer6.5.4Windows XP
I have an agent that generates a rich text email that includes a hot link to a specific Notes view as a NotesURL (the specific line is below).
I have some users who report getting the 'invalid...' error when they click the link.
The link is to a valid view. I've confirmed I can reach the view via the link as me and as the users who are having problems.
Neither the database or view have any rights restrictions for these users (as evidenced by the link working if I'm logged in as the problem users).
Any idea what's going on?
TIA
Doug
URLString = "<a href=Notes:\\" & Server.Common & "\" & db.FilePath & "\vwAssigedToOpen?OpenView>Click Here to view the list of stuff assigned to you</a>"