Hi! I´m new to this slack channel! I have a questi...
# general
f
Hi! I´m new to this slack channel! I have a question regarding adding a document field to a saved search. As of now I can only open the XML from the saved search. Is it possible to get the "download link" of the file to the saved search? Hopefully someone has run into this before 😃
c
Create a "formula (text)" field under the results tab of the search, and enter this as this formula:
'<a href=<https://system.netsuite.com/>' || {url} || ' target=_blank>Download</a>'
f
I might be very slow here but how do I set the {URL}?
Can i refer to an internal Id of the file in the file cabinet?
within the URL tag
c
Just to make sure i'm understanding your question, you have a document search, and you want a column with a download link for each result?
Something like this?
Either that, or you're looking for a download link to the search itself?
f
No, I have a transaction search for invoices. On transaction there is a custom document field on header level where we create a file and add to that field. I would like to get the download link (that is on the transaction if I open up the invoice) in the saved search result. Now I only get the link to the file which opens a window with my xml file rather than downloading it
message has been deleted
s
Corey has given you the basic idea - hover over the link in your search results to see what it should look like