You need to sign in to do that
Don't have an account?
Marcela Sanchez
Update a date from a login flow?
In the object Opportunities there's a field named Expected Order Month.
If the date in that field has expired, I want to make a login flow that doesn't let the user do other thing if he doesn't set a new date.
If the date in that field has expired, I want to make a login flow that doesn't let the user do other thing if he doesn't set a new date.
You would need to create a validation rule on the opportunity. Login flows are only for when a user logs into salesforce for additional authentication. They are not used for business processes.
The validation rule would look like this:
All Answers
You would need to create a validation rule on the opportunity. Login flows are only for when a user logs into salesforce for additional authentication. They are not used for business processes.
The validation rule would look like this:
Thank you.