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
ScorpionScorpion 

Accessing documents on your network from within Salesforce

Hi,

I'm wondering if anyone came accross the following scenario:

We are trying to create links in Salesforce.com that will launch word, excel, powerpoint documents etc stored on our network drive (within our firewall).

Has anyone come accross this situation? If so, I would really appreciate help and documentation (if any).

Thanks!

darozdaroz
I believe that you can use file:// URLs to access the network. You'll need to make sure the drive letter(s) are mapped on each PC or the links will fail.

You'll want to Google for the right syntax to use to handle the drive letter (can't remember if it's with or without the colon, and mabye an extra /) unthe URL.
The_PhoenixThe_Phoenix

If you utilize UNC path such as \\myserver\myshare\mydocument it should work perfectly as a web link from within salesforce.  If you go in the document section, it's already outlined as an option to point to the document instead of uploading it in the bank.

 

ScorpionScorpion

Hey,

Is there an example you could provide me with, I'm having trouble googling this!

Thanks

ScorpionScorpion

Ok....i figured it out.....this is awesome guys!

Thanks for all your help...

Just in case someone else comes accross this scenario again, here's what I did:

file:///O:/test%20site/requirements.doc

Thanks again...