Pour les professionnels de l’informatique > Forums - Accueil > SharePoint - Workflow > Send Email to the initiator on completing workflow
Poser une questionPoser une question
 

QuestionSend Email to the initiator on completing workflow

  • vendredi 30 novembre 2007 12:06uaesoul Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

     

    Hi All

    I've setup a workflow and I noticed that there is no email go back to the task initator informing him/her that the workflow has completed.

     

    I need this, Is there a way to enable it? Please help

     

    Thanks

Toutes les réponses

  • dimanche 2 décembre 2007 07:32uaesoul Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Please help is that possible?

    if not, i'm thinking of setting up an alert. but i don't want users individually to setup the alert. Can the site administrator enable it for all users?

     

     

  • mercredi 5 décembre 2007 09:28A A Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

     

    HI;

       you   go to manage center ,  setting  send emial,

     

     

    setting   come out email   

     

     

    you  can use sendemail groupware  send email..

     

     

  • jeudi 6 décembre 2007 03:19George Olson Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Hello Uaesoul,

     

    Can you please be more specific?  Are you using an out of the box, SharePoint Designer or custom Visual Studio workflow?

     

  • vendredi 7 décembre 2007 06:42uaesoul Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

     

    Where is the manage center? i couldn't find it?

    I looked into Workflow setting and nothing there. i also looked into the list setting and couldn't find it. Do i have to use sharePoint designer?

     

     

  • vendredi 7 décembre 2007 06:48uaesoul Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    hi George

    I created a list, in the list setting i chose workflow setting (under permission and management)

    Then I created a workflow based on Collect Feedback template

    I didn't use sharepoint designer to create the workflow, I just used the workflow settings on the list

     

    i'm using this list as a helpdesk system

    1- users are filling up the list

    2- helpdesk person start the workflow and make the reviewer one of the technician (auto email is sent to the technician)

    3- technician review the input in the list and complete the workflow (auto email is sent to the technician that he has completed the work, but the email is not sent back to the initiator to inform him that his request is completed) this is what i'm missing now

     

    can you please help

     

  • samedi 8 décembre 2007 20:03AndyGett Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    I have found no direct way of doing this either, but have used this workaround:

    1. Create a string field in the content type of your HelpDesk list called "Workflow Initator" or something like that.
    2. Optionally make that field hidden in your list
    3. Create a secondary workflow on your Tasks list which fires whenever a new item (new task) is created there.
    4. In that workflow, store the "Task:Created By" value in the "Workflow Initator" field in your list
    5. At the end of the primary workflow, send your notification email using the value in  "Workflow Initator"