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

URL custom field
Hello everyone,
We have a internal server with a very important folder: \\abserver1\Grups
We would like in Salesforce Account a custom field to link files of this folder, but we don't know how because a URL field has by default http://
Thanks in advance
Javier Jimenez
Hi,
I think instead of a URL field a formula field will do the trick for you.
This is how it should work.
HYPERLINK("https://na4.salesforce.com/"+ urlvalue , "test")
Hope this helps....