Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Get the URL of a file??
We need to find the URL of a file in the file cabinet. The file is a PDF created by a merge in an outgoing email from an estimate.... This is currently a client script, but will eventually be server side. So far I have managed to get the internal ID of the message, now I need to get the internal ID of the attached file in the outgoing merge folder... It is a link when viewing the message, but how can I look up the internal ID of the file that this link points to....
I have tried: nlapiLookupField('message', searchresult.getValue('internalid','messages','MAX'), 'attachment') , but with no luck, any ideas???
0