Stump the Panel » Site Managers and Site Collection Managers

If box is checked, I want an alert sent

(5 posts)
  1. RUANAPE
    Member

    I want to set up a calculated column with a formula that triggers:

    If a check box is checked 'yes', I want an alert sent to the person that the ticket was assigned to. Now I already have a column 'assigned to' I just need the code part. I am pretty good at most basic SP things, just getting into the more complex code stuff now. Any help would b gr8.

    Posted 3 days ago #
  2. This is simple to do in a workflow, do you have access to Sharepoint Designer?

    Posted 3 days ago #
  3. RUANAPE
    Member

    I do have access to SP Designer.

    Posted 3 days ago #
  4. Great!

    1. If not already created, create the custom column in the list that will fire the work flow. I recommend using a Choice column instead of Yes/No because it's easier to work with in Designer.
    2. Open Sharepoint Designer and connect to the site where you'd like to create the alert to take place.
    3. Select File, New, Workflow.
    4. Give the work flow a name and specify the appropriate list or library this is to be attached to.
    5. Check to enable the boxes that read Automatically start this workflow... and click Next.
    6. Add a compare field option to the condition. Select your column by clicking on the field hyperlink. Set the value to Yes by clicking that hyperlink.
    7. Add a Send Email option to the Action section. Build the email so that it contains any information you may want. To add the AssignedTo user, click the address book by the To line. Double click Workflow lookup and select Current Item and your AssignedTo field.
    8. Check the workflow for errors and click Finish. The workflow will build and then be available on the list.

    When a new item is created or updated and the Notify box is marked as yes, it will email the Assigned To person.

    Posted 3 days ago #
  5. atish2001
    Member

    I tried to design workflow but its giving error message Workflow having some errors .
    Please help into this .

    Posted 2 days ago #

RSS feed for this topic

Reply

You must log in to post.