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

Creating external public links for a uploaded documents
Creating external public links for a uploaded documents
You need to sign in to do that
Don't have an account?
Creating external public links for a uploaded documents
found this using the google.
works great!
http://blog.wdcigroup.net/2012/07/salesforce-how-to-make-a-document-public/
All Answers
found this using the google.
works great!
http://blog.wdcigroup.net/2012/07/salesforce-how-to-make-a-document-public/
Thanks Reid...
This link i have tried but not working for me.I have a document which i have uploaded and i need public link for that.
I have to create custom link for uploaded document.any help on this please?
Create custom link with content source onclick javascript.
use this code in the content.
var refstring = window.location.protocol+'/<your docId>';
window.open(refstring);
That solution didn't work Aneesha.
I am trying to create custom link in partner portal.
Any help?
Are you uploading to Documents, to Attachments or to Chatter Files?
I am uploading to document.
Thanks Reid ....Problem has been solved now. I missed to give access to Document for some profiles.