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
My Salesforce 20My Salesforce 20 

Extension

I need to navigate to the local network drive folder based on the path defined in opportunity field.
Its urgent,Can anyone help me out?
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

Greetings to you!

You can create a formula field on Opportunity object.
HYPERLINK("file://" & Field_Name__c ,"View Folder","_blank")

Please refer to the below links which might help you further with the above requirement.

https://salesforcetechie.wordpress.com/2013/07/19/linking-to-local-folders-in-salesforce-records/

https://success.salesforce.com/answers?id=90630000000hOjwAAE

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas