Skip to main content

Posts

Showing posts with the label deploying process builder to production

Updating Records thorough Lightening Process Builder

This is post is all about updating records by process builder. Overview The  Process Builder  is a new workflow tool that helps you easily automate your business processes by providing a powerful and user-friendly visual representation of your process as you build it. The  Process Builder ’s simple and powerful design allows you to: Create your processes using a convenient visual layout with point-and-click efficiency. Create your whole process in one place rather than using multiple workflow rules. Create processes by collaborating with different teams in your business. Stop using  Apex  code to automate simple tasks. Automated processes in the  Process Builder  consist of criteria that determine when to execute action groups and immediate and scheduled actions to execute when those criteria are met. Any change that causes a record to match the criteria can automatically trigger the action group. You can use the more powerful and f...