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
AnonTestQuestAnonTestQuest 

How to send a user to a different URL using a workflow?

When users click on a link that is in a detail link, I want to redirect them to another page related to that link. How can I do this internally with Salesforce? Workflow rule? Field update with the ID of the new URL I want the user to be sent to?

Thanks!
pconpcon
You cannot do this via a Workflow.  Are you trying to provide a customized link on the detail page of an object?  You could create a formula that is a url and use that.  Or you could override the detail view with a Visualforce page and do all sorts of stuff.  You could also do this as a custom button that you add to the layout.