Tag Archives: MOSS

Retrieving Tasks assigned to users or one of their groups

0 comments
Sometimes you want to retrieve all tasks that are assigned to a user or to one of the SharePoint groups the user is a member of. This quite easy to accomplish through generation of a CAML query. Just create an Or statement for tasks assigned to the user and loop through all of the groups in the SPUser [...]
Also tagged | Leave a comment

JavaScript errors after implementing a custom site design

0 comments
Most of the times we create and develop a custom design for the portals and websites we build. This can actually lead to some rather odd JavaScript error messages saying some object is undefined when dragging and dropping web parts or using the list item edit menu. Believe it or not, this is most of [...]
Also tagged , | Leave a comment