Newer Version Available
Lightning Guided Engagement Sample Use Case Scenario
Here’s an example of Lightning Guided Engagement set up in the Service Console app that helps
agents verify contact information for an incoming caller.
- The customer’s call is routed to the appropriate agent based on the loan type.
- An agent takes basic information about the customer, such as their name and phone number.
- An agent verifies the loan type that the customer is looking for. Agent follows a series of steps to process the loan application.
- When the loan application is processed successfully, the application enters the approval process.
- When the loan application is approved, the loan is sent for disbursement.
- An agent wraps up the loan application.
- Common steps that are applicable to all loan types
- Unique steps specific to the loan type
Cyrus wants an automated way of associating the flows dynamically to a record. Cyrus approaches Maria, the Service Admin who is in charge of handling and administering Salesforce applications for Awesome Bank. Cyrus hopes Maria can come up with a solution that improves the overall productivity of agents and give them more flexibility.
- A dynamic set of flows associated to a record so agents can see all the flows to complete upfront
- An easy way for agents to search for and add more flows based on customer needs
Sample Implementation Steps
- Create flows in Cloud Flow Designer.
- To handle unknown callers, Maria creates a flow called Create Contact that walks agents through creating a new contact.
- To walk agents through the initial steps for new customers that want a loan, she creates a flow called New Loan.
- To let agents process the loan, she creates a flow called Process Loan.
- To walk agents through the wrap-up steps, she creates a flow called Wrap Up Loan.
- Update the Screen Pop Settings for the softphone layout in Setup (in Lightning
Experience).
To handle unknown callers, Maria updates the No Matching Records setting to pop to the unknown caller flow, Create Contact. This setting ensures that when an agent accepts a call from an unknown caller, they’re automatically presented with a flow to create a new contact record.
- Associate flows to records in Process Builder.
Maria creates a process that associates the flows New Loan, Process Loan, and Wrap Up Loan to the contact object using the RecordAction object.
- Edit Lightning console record pages.
To display a list of associated flows to agents, Maria adds the Guided Action List component to pages in the Service Console. This component lets agents see the list of flows defined in Step 1 and also lets them add more flows based on the customer’s needs.