You are on page 1of 1

1.

When a user clicks “Account Details” button in Account record page,


it shows Account Name, Account Type and Account Rating Using
“Screen Flow” (This Screen Should be visible to Platinum Tier Account
only)
❖ First, we have to Create a Custom Picklist field on Account Object
Names as Account Tier with these values Gold, Silver and Platinum.

Flow:

Result:

→ In the Screen element I have use Display Text to show the Account
Name, Type and Rating.
→ Then I have Create a Variable of Account Record which is used to
fetch Account record field values to show in the screen.
→ Then I have use decision element to decide whether the account is
with Platinum Tier or not, if it is platinum show the screen to user
else don’t show the details to user.

You might also like