I am trying to do the same thing as that of speedy. I am developing a
request/change system that one person submits a request and another person
approves. Some people can be both requestor and approvers. I want the "My
forms" shows only requests that are submitted by the "logon" user and
requests that are waiting approval from the "logon" user.
I was trying to so it this way:
In the form, have fields for both "request by" and "approver" which store
user ID in "domain\userid" format. Promote the two fields as columns when
publishing the form to SharePoint site.
On the SharePoint site, set "My Forms" as default view, filter the view by
setting two conditions: 1) "request by" equals [Me]; 2) "approver" equals to
[Me]. I got error, however, when I tried to get back to "My Forms" list. Got
an error "#RENDER FAILED". I have a post for this in this group. Googled,
found a post saying that filter only works for "system" columns. I can not
believe it. What the use of promoted fields if I can not filter on them?
Scott, you are the only active authority from MSFT, so can you comment on
this? Is it true that there is no way that I can filter a list by comparing a
promoted form field agains [Me]?
Thanks
Ken