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

Adding URL field that can be clicked in edit mode
Hi Experts!
I would like to add a detail link to a page layout that will be visible/clickable when a record is created/edited. Example:

What I tried so far:
- creating a detail page link, but it is not visible in edit mode
- simple url field that is read only, but it is not clickable.
Is there any way to accomplish this?
Thank you!
I would like to add a detail link to a page layout that will be visible/clickable when a record is created/edited. Example:
What I tried so far:
- creating a detail page link, but it is not visible in edit mode
- simple url field that is read only, but it is not clickable.
Is there any way to accomplish this?
Thank you!
The other option is to create a visualforce page and include the link (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_outputLink.htm)
Hope this helps.
Unfortunately if I have just a field it won't be clickable during edit mode.
And the visualforce page won't be an option because it can't be displayed in an edit mode.
The whole purpose of doing this is to be able to include a link to a policy in an edit/new mode. When a user creates a record, he/she will be able to click on the policy link and review the policy.
Can you think of another workaround?
I would go for visualforce page althought maybe this is not a solution for you.
You can create a vf for Input Data And override New and Edit button with it, so you get this:
Then the same for Output Data
And override View button with it