• Rashmi T 1
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hey all,

Anybody taking the Process Bulider for a walk yet?  (I've heard it called the Process Builder, Visual Workflows, etc).

I'm trying to do something I do a lot in code; drop some breadcrumb objects when an object moves between two states.  To do this, I link to the object changin and set a "From" and "To" filed value.  In apex, I do this in a before update trigger and grab the values from oldMap and newMap.

In the process bulider, I can access "Priorvalue" in a decision block.  During the "Create" action, however, I can't get at the old value; I only have access to select [Object].field, or to "hard code" the value I want to go into the field.

Anyone else out there trying to do something similar?
  • October 28, 2014
  • Like
  • 0