Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

2.

When the user clicks on the “verify stage” on the opportunity record page, it
checks if the stage is closed. If the stage is ‘Closed Won’, shows Congratulation
message in Green. If the stage is ‘Closed Lost’, shows message in Red. (For any
other stages, don’t show message at all)

FLOW:

RESULT: For Closed Won For Closed Lost

• In this Screen flow, the objective is to show the green message for closed
won and red message for closed lost. For other stage we can hide the button
on the lightning page by setting a Component Visibility to the Verify stage
button.
• Then I have used decision element to identify whether it is Closed won or
closed lost. If it is Closed won, it shows the closed won screen. If it is closed
lost , it shows the closed lost screen.

You might also like