Alan
Tue Apr 29 21:12:01 CDT 2008
Thanks for your suggestion.
But I need to copy item when it is created right away.
"Matt@dotnetunderground.com" wrote:
> On Apr 28, 10:09 pm, Alan <A...@discussions.microsoft.com> wrote:
> > Hi guys,
> >
> > We would like to add a custom list in Sharepoint site. And only let a
> > specific group users add item, but can not view those items.
> >
> > I've tried the approach below.
> > Create 2 lists(list a and list b) with same columns. give the specific group
> > users contribute permission on list a, but no access on list b. And develop
> > an event handler on list a's itemadded event. When one item was added in list
> > a, copy it to list b then delete it from list a.
> > Unfortunately, I found the event handler did NOT work for the specific group
> > users. Only work for the group users who have access on list b.
> >
> > Do you have any good ideas?
> > Br,
> > Alan
>
> Another option would be to write a console application that on some
> scheduled basis copied from one list to the other. If you do that you
> can specifically set the â??Created Byâ?? and â??Updated Byâ?? fields.
> Thereâ??s a nice blog article on it here:
>
http://blogs.msdn.com/sowmyancs/archive/2008/03/14/can-we-update-the-values-of-created-by-modified-by-columns-in-sharepoint-lists.aspx
>
> -Matt
> www.dotnetunderground.com
> We read the manual, so you don't have too.
>