Tuesday, June 27, 2017

Salesforce Basics - Visual Workflow

Visual Workflow enables you to build applications, known as flows, to guide users through screens for collecting and updating data. You can visually build flows using the drag-and-drop user interface of the Cloud Flow Designer. No coding required!

Exercise: Create a simple flow that does the following each time it runs:
• Prompt the user for the line item information.
• Create the line item record for the invoice.
• Reduce the quantity of merchandise in stock by the quantity ordered in the line item.

No comments:

Post a Comment

Lightning Inter-Component Communication Patterns

Lightning Inter-Component Communication Patterns If you’re comfortable with how a Lightning Component works and want to build producti...