User Login Interface Flows
These are looking like the best thing since flows themselves…so many use cases i can think of, primarily for onboarding new users, but also for announcements, tips / tricks, and complex authentication protocols.
User login flows came out in Spring 15, and they let you present the user with a flow, between them entering their password, and getting full access to Salesforce. And, you can send the user down different paths based on really anything - profile, role, last login date, some value in a custom setting, the time of day, the value of salesforce stock, whatever you can think of, is really powerful.
So after this screen, you can do, or have the user do…whatever you want.
For example…
Clicking next / finish takes the user to Salesforce - and you can customize the flow finish location if you desire!
In this article, I will present an overview of a login flow, which present...