Posts

Showing posts with the label Interview Questions: 3

Salesforce Q&A Part 3:

Q) What are the automation tool in salesforce? Ans . Approvals, Process Builder, Workflow, and Visual Workflow. Q) What is a process builder? Ans. A process builder is a workflow tool with improved functionality to improve business processes. It provides user friendly graphical representation (like a flow chat)to build process. Process builder is easy  to create using point and click  efficiency and design entire process at one place rather than creating several workflow. Process builder is a mighty tool for Admins to create small automation without using any apex code. It can be designed by collaborating with different teams also. A process builder can be configured in three types: 1. Criteria that determine when to execute Action group. 2. Immediate action on meeting the criteria. 3. Scheduled action on meeting criteria.(not for in-vocable processes) Process Builder perform the same actions as workflow except for outbound messages. But with the Process Build...