Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Workflow tasks to multiple Users/Groups

  Asked By: Mohini Dharap         Date: Feb 02, 2009      Category: Sharepoint      Views: 540
 

Have any of you have worked on assigning Worlflow

Tagged:          

 

4 Answers Found

 
Answer #1       Answered By: Yahaira Shannon          Answered On: Feb 02, 2009       

Have any of you have worked  on assigning  multiple tasks  to User groups or
multiple users programatically.
Any API's /example will help a lot
Please let me know in case if you have any

 
Answer #2       Answered By: Doris Leach          Answered On: Feb 02, 2009       

Its actually pretty easy.


1. Create a Domain Global Security group in AD

2. Make sure its got a distribution list as the email address for the
group

3. Add the Group as a SharePoint User

4. Assign the task to the domain\groupname of the group.

I've only done this in Visual studio workflows, but I suspect it would work in
SPD workflows also.

 
Answer #3       Answered By: Sumitra 2004          Answered On: Feb 02, 2009       

Does this apply to any tasks  or just workflow  tasks ( on that note , what is a
workflow task anyway) & if I understand correclty, if you want to assign one
multiple users, you must create a group ?

 
Answer #4       Answered By: Bhairavi Damle          Answered On: Feb 02, 2009       

Can you please share the code snippet which you wrote in VS 2008.That would be a
great help for me...

 
Didn't find what you were looking for? Find more on Workflow tasks to multiple Users/Groups Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].