• About
  • Contact me!

Salesforce Everywhere

~ Blog on Salesforce Dev and admin stuff

Salesforce Everywhere

Category Archives: Flow

Expert Salesforce Solutions from a Turnaround Master :)

20 Monday Apr 2026

Posted by Mani in AI, Apex, Flow, Lightning Component, Point and Click, Salesforce Configuration, Uncategorized

≈ Leave a comment

My colleague calls me as a “Turnaround Master” as I have been resolving Salesforce Design, Coding and Automation issues quickly and effectively. I am glad to hear that title from him and I hope that I deserve it 🙂

Hence, I have decided to help anyone/business who is struggling to resolve theses issues. Of course, it comes with a small amount of money as nothing is free in this world 🙂

Please use the contact us form or ping me in FB messenger(Manibalan Sampathkumarr) when you want use my services and I will give you the details accordingly. Happy to help you 🙂

Thanks for reading this post and hope to hear from you soon 🙂

Tip#7: Adding Hyperlink in the flow

16 Wednesday Sep 2015

Posted by Mani in Flow, Salesforce Configuration

≈ 16 Comments

Tags

Adding Hyperlink in the flow, Flow

UPDATE:

Thanks Evan for your comments!!

In more recent versions of Flow, you can simply have your URL point to /{!RecordId} and Salesforce will correctly navigate to the record. Obviously, RecordId variable in the flow should hold the Id of the record. I did a quick check on this in my Dev edition org and it worked.

Here is how you can do it in the new flow builder:

Create a screen element with the Display text as Link(or whatever you name the text) and give the hyperlink as /{!RecId} where RecId is the flow variable which holds the Id of the created record or the Id of the record to be navigated to, after the user clicks on the Display text(Link). Screenshot is given below for your reference:

Link screenshot2

How to achieve this in Old Flow Builder:

For example, there is a flow which gets inputs from user and creates a RateCard(Custom object) record, if it doesn’t exist in the system. Once created, it should show the URL(clickable) of the record created.

This is possible by editing the screen(which is the last step in the flow) and the Display text field there is a little button which shows T(marked in yellow colour in the screenshot below) with what looks like a selection box around it. Type the text you want (View the RateCard record here). Highlight it, and in one of the fields that showed up you can put in the url,something like https://cs5.salesforce.com/{!RateCardIdcreated}

Adding Hyperlink in the Flow

Clickable link
P.S: RateCardIdcreated holds the Id of the RateCard record created.

Please let me know your comments.

Blog Stats

  • 146,218 hits

Archives

Cannot load blog information at this time.

Connect with me

  • View @manibalan_s’s profile on Twitter
  • LinkedIn

Follow this Blog via Email

Enter your email address and click on Follow us (below) to follow this blog and receive notifications of new posts by email.

Powered by WordPress.com.

 

Loading Comments...