I am trying to set up a pass-through URL filter so that our Announcements page can be viewed showing results from just one person.
I am looking to build a URL as follows:
http://teamspace.intranet.group/sites/XXX/Lists/Announcements/AllItems.aspx?
&FieldName1=Author
&FieldValue1=????????
I am struggling to find the appropriate VALUE to place in the URL. Have tried domain/userid, the active directory user name / description, "firstname lastname", "lastname,firstname" (all with case sensitivity and url encoding) to no avail!
I do not have infopath or any web development products / special sharepoint connectivity. How can I figure out the value of the internal Author field for a particular user?