I have a file field where user can upload a document to a transaction. How can I get the url from the file record after the file has been uploaded?
I tried to get the field value using nlapiGetFieldValue but all I get is null. If I use the record browser chrome extension I do see that the field value is the internal id of the file record but I can't seem to get that id value so I can use to perform a search and get the url.