How to Apply newly created workflow to existing data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    How to Apply newly created workflow to existing data

    Hi,

    Can someone explain me how to apply newly created workflow to existing data.

    example-

    Lead ABC Company has been created by user and he didn't add the team to that lead. If there will 100 records like that, I want to update team details according to the lead created by user.

    is there any different way to do that ?
    Cheers!
    Nishan.
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Hello,
    You can try to make a mass update w/o using workflow or formula.

    Comment

    • rodrigocoelho
      Active Community Member
      • Jun 2016
      • 296

      #3
      What I'm doing is, to create a bolean field on the entity, add it to the mass update (layout), and ask to update the massupdate field (boolean that I've created before), on all records. That way, it will trigger if it is accepted by the conditions.

      Comment

      Working...