function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EWilsonEWilson 

Can't get Formula field Text with HYPERLINK to link to a custom field.

Hi,
I'm trying to create a formula field as Text using HYPERLINK to grab the relative Salesforce URL & object & record ID and then append the name of the custom text field I have created, called Anchor1__c. The idea is that I drop these blank custom anchor fields at the top of page sections, then a user could click this link at the top of a record page and quickly jump to the relavant section.

In theory, this "should" work but I've not been able to get the link to do what I want. Is this even possible o ris there a better way?
I should mention that I am very new to writing formulas, and this was based on some other posts I had read. It doesn't work.
HYPERLINK("/ ID" + anchor1__c, "Go to section 1", '_self')
Many thanks,

Elliot.

 
RD@SFRD@SF
Hi Elliot,

I am trying to think what you are trying to achieve here.
1. On a standard edit page which has multiple sections
2. You have placed fields on the each sections which you are going to pass in the edit URL
3. Which would be scrolling to the respective sections

Let me know if this is what you are trying to get to.

RD