Hi everyone!
can somebody give me an idea of how can i set a field on a suitelet with a file from the cabinet?
s
Sandii
06/29/2020, 5:49 PM
FILE
is a field type in the serverWidget.FieldType enumeration.
j
jimmy
06/29/2020, 6:13 PM
I tried with FILE and don't work, i would like to see a link to file download
s
Sandii
06/29/2020, 6:31 PM
I think you maybe just want to make the field a url field, and put the download link in there. You can retrieve the url of the file with a search, and append
_xd=T
to make the link download the file instead of navigate to it. @jimmy