You need to sign in to do that
Don't have an account?

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!
Thanks!
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.