• Saad Aldin
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 5
    Replies
Hi there,

I created a Formula field   HYPERLINK("file://"&Folder_Path__c,"View File")    to access a newtwork folder 
it works with Salesforce Classic but it doesn’t work with Lightning - when clicking on the field it take me back to the same opportunity page.

Anyone has experienced similar issue?

Thanks 
Saad


 
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


​​​​​​​
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


 
Hi there,

I created a Formula field   HYPERLINK("file://"&Folder_Path__c,"View File")    to access a newtwork folder 
it works with Salesforce Classic but it doesn’t work with Lightning - when clicking on the field it take me back to the same opportunity page.

Anyone has experienced similar issue?

Thanks 
Saad


 
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


​​​​​​​
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


 

I have created URL field in opportunity for showing local/Network files in browser window.
User-added image
While clicking URL field, URL changed in browser window.
Local File path:
Actual URL :  F:\Salesforce\TargetFolder
Changed URL : http://f/Salesforce/TargetFolder

We cant access file path.

I have used another mothod, its also not working. 
Created fields 
Folder path (Folder_Path__c)            - Text Field 
Folder path view (Folder_Path_view__c) - Formula Field
Formula  - HYPERLINK("file://"&Folder_Path__c,"View File");

While clicking the links, it showing the below errors

Chrome  - "about:black"#blocked
Firefox - "about:black"#blocked

if copy and paste the link in new tab its working fine. (Copy Link Address)  

How to solve the security issue without adding any browser extension.

Does anyone have any new idea to solve this issue.

Thanks,
Mohan Selvaraj

Hi,
I need to hyperlink a text field to my local drive on the server, so that it directs to the file.