This topic contains 2 replies, has 0 voices, and was last updated by pbrennan 10 years, 2 months ago.

  • Author
    Posts
  • #10191

    mneedhameleven

    I would like to create a workflow that updates a field on the customer record based on a search of a custom record attached to the customer record. I am thinking this is how it would work.

    I create a scheduled workflow that runs daily and checks a saved search. If the customer appears in this search then the box gets checked. If the customer does not appear in the search then the box gets unchecked.

    Here are my questions.

    1. Is this feasible with workflow or do I have to script this?

    2. Do I do this with one workflow or two (one for checking the box one for unchecking the box) ?

    3. What issues do you foresee me running into?

    Any help would be greatly appreciated.
    This is a cached copy. Click here to see the original post.

  • #10192

    reece.mak@deem.com

    I am new to workflows too but I think it is feasible as long as your search is worked in your case.

    1. Create a customer Record Type workflow based on the search.

    2. Create a state each for checkbox, and uncheckbox. Each state sets the update value for the check box and uncheck box.

    3. Create a transition to checkbox with certain condition met, also on the uncheckbox too.

    I am not sure you need to schedule to run it daily.

  • #10193

    pbrennan

    You may be able to do this more simply with a scheduled mass update.

You must be logged in to reply to this topic.