Questions tagged [hyperlink]
A hyperlink is a reference to data that the reader can directly follow either by clicking or by hovering. A hyperlink points to a whole document or to a specific element within a document. Hypertext is text with hyperlinks.
118 questions
0 votes
0 answers
47 views
Button on my record page can't open external link
Hey i'm new to salesforce and i've started learning admin part from the last 15-20 days. So basically i have an object 'College', which has a URL field 'Website' where i input the URl of the website ...
0 votes
1 answer
809 views
Pass Record Id from Hyperlink formula field to screen flow
I need to pass the Record Id from a Hyperlink formula field to a screen flow. But everytime I click on the hyperlink it's saying invalid URL. I have tried all the possible alternatives, but it's not ...
0 votes
1 answer
58 views
have email template which include detail link of my object.when i am getting email its not coming as hyperlink.instead its getting as plain text
classic email template - <p>Hi {!Receiving_User.Name},</p> <p>You have been tagged in a chat for claim - {!WOD_2__Claim__c.Name}.</p> <p><a href=&...
0 votes
1 answer
143 views
Not able to use {{HYPERLINK:FieldName:DisplayText}} for my conga merge field
I have a conga query. I want to use a conga merge field fetched from that conga query and display it as a clickable link in my conga template. The conga merge field (URL field in salesforce) that i ...
0 votes
1 answer
65 views
How can we leverage API to bulk upload File Links with relation to parent records
We are trying to leverage Bulk API to upload File Links We create an Bulk API ingest job using the following URL: https://{{Domain}}/services/data/v59.0/jobs/ingest and Body: { "object" : ...
0 votes
0 answers
111 views
How do I get to the "deployed Solution" for a fixed issue in SF?
According to https://issues.salesforce.com/issue/a028c00000gAzSEAA0/hyperlink-formula-displaying-_hl_encoded_-when-referencing-another-formula-field , the issue is now "Solution Deployed" ...
1 vote
0 answers
281 views
For a Toast with hyperlink how to have the url open on the same tab rather than a new tab
I have a function like the below to have a toast message with hyperlink. But the link is opening in a new tab. How to make the link open in the same tab or is there a way to set target=_self const ...
0 votes
1 answer
154 views
How do I add a link to this button?
I've created a banner image with a text and a button using CMS, but I couldn't find a way to add a link to the button. Open to any suggestions, thank you!
0 votes
1 answer
105 views
Append unique id to external survey link in email studio?
We're having trouble appending a unique id within the external survey link in email studio. Right now, we have the html set to a survey button: %%[ Set @surveyButton = concat("[https://m.survey....
0 votes
1 answer
6k views
How to add Base URL to a formula field [duplicate]
I have a formula field where in I am displaying a url in the text message. The formula looks like this https://mycompany--staging.sandbox.my.salesforce.com/&Id but I want this url as a base url so ...
0 votes
0 answers
261 views
On SFMC, does OS affect UTM tags on test emails?
I'm having an issue when I use SFMC on my Macbook. When I send a test email to myself from my Mac, I can't see the UTM tags on the links. But when I switch back to my Windows PC, UTM tags on links ...
0 votes
2 answers
2k views
How do I get the correct record URL when viewing between object list view and record pages?
I'm currently using a formula field with a HYPERLINK function in the Account object to show the value of Custom_Object_Field__c from a custom object which also redirects the user to the custom object ...
0 votes
1 answer
136 views
How can I create test class to use the hyperlink field?
I have a custom object with formula field using hyperlink function. However I need to create a scenario in apex test class where a formula field (using HYPERLINK formula) is click. Example of a ...
0 votes
1 answer
545 views
How to add custom label as hyperlink to record page in lwc
I am seeing many examples of adding hyperlink in the data table. But i want to display a hyperlink as a heading. showing the transactionId as hyperlink and when clicked on it, it should take to that ...
0 votes
1 answer
510 views
How to open a link on a LWC Carousel in a new tab?
I am quite new to Salesforce and web dev so please bear with me. I have a lightning web component with a lightning-carousel and multiple carousel-images. Each of the images also has a link to a ...