0
votes
1answer
18 views

Load All Task Items in to Page?

I have Task list in home page containing multiple task items, Is it possible to approve multiple items at once, instead of one at a time (being redirected to the start page after each approval..) ?
0
votes
0answers
53 views

Workflow Task URL Link

I have created a custom approval workflow with Visual Studio 2010 for Sharepoint 2007 using WSPBuilder, everything works fine, however I’ve been asked to customise the E-mail, which is also ok, the ...
1
vote
0answers
61 views

SPListItem.Tasks always empty

I have a custom sharepoint (2007) list (named testlist) on which I attached a test workflow (built with sharepoint designer 2007 and named testwf), which only task defined in the 'Actions' section at ...
1
vote
3answers
2k views

Not receiving e-email notification when creating new tasks in a custom sequential workflow

I am setting the AssignedTo and SendEmailNotification properties for the SPWorkflowTaskProperties object, the task gets created and assigned correctly but no email is received. How can I check if ...
0
votes
1answer
382 views

How does the Microsoft.SharePoint.Portal.WebControls.SiteDocuments web part work?

Here is a link to the SiteDocuments web part: http://msdn.microsoft.com/en-us/library/ms544079%28v=office.12%29.aspx Here is a picture of it on MySites: http://i.stack.imgur.com/TVQqM.png I want to ...