Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Problems encountered when trying to attach files to message
Hi,
We are trying to complete a technical proof of concept for a customer who wants to upload historical emails and attachments from Goldmine into their NetSuite account. According to the WebServices documentation this is possible. We are able to upload a message but when we try to enhance the code to include an attachment we get an error per the code below stating that name, type and folder are missing. According to our reading of the documentation, these should be optional if incoming=true.
Any ideas on what we maybe doing wrong?
Thanks,
Adrian.
====================================
When I try to add a message to an attachment it asking me for a folder name. To my understanding if I flag a message as incoming = true then the file attachment will automatically be saved in the "Attachments Received" folder. I'm not sure why I am getting an error saying that I need to have the folder name.