We have a custom hyperlink field. The goal is to i...
# general
l
We have a custom hyperlink field. The goal is to input there the path/URL link of a file saved in our internal shared drive. The problem is NetSuite doesn't accept hyperlink with spaces. So we paste the path first on Google Search bar, add file:// in front of it and hit Enter. The spaces will be removed but the path/URL is to download the file and is not to view the existing file. Is this even achievable?
c
Browsers do not play nicely with file:// URLs for security reasons, and haven't for a while
Just a warning,had the same idea myself many years ago
l
But is there a way to have a path that is acceptable by NetSuite? (no spaces)
c
%20 is space
But what I said still stands
l
Yeah, but we have to manually add the %20? Or paste it to the search bar like what we did?
c
You have to URI encode, just like any other link