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
Saad AldinSaad Aldin 

access network folder

Hi,

I created a Formula field 
 HYPERLINK("file://"&Folder_Path__c,"View File")
it works with Salesforce classic but not with lightning 
anyone has experienced this issue?



Thanks 
Saad


​​​​​​​
PriyaPriya (Salesforce Developers) 

Hi Saad,

To view in lightning, kindly use the below formula format :- 
HYPERLINK("/" & "lightning/r/Opportunity/0065g0000027mdpAAA/view", "View File", '_self')

Please mark as Best Answer so that it can help others in the future.

Regards

Saad AldinSaad Aldin
Thank you Priya ... where in the formula you mentioned should I put the network folder path?
lease note that I am trying to access a network folder … like C:\Opper123 

Thank you
Saad