Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Saved Search for List of Message and their respective File attachment
I have an use case to generate a report to get the list of message ID and their respective file ID (attachment). The report should show all message and the respective attachment attached to the message.
Currently I have some third parties software which connected to NS schema and replicated the entire schema in my SQL database. Below are the schema that I have replicated, however, I cannot find the linkage / joining for the relevant tables to link up message and file.
- SuiteTalk (Browser Schema)
- SuiteAnalytics via ODBC (Connect Schema)
- SuiteAnlaytics via netsuite2.com (Record Catalogue)
I have also tried to generate via Saved Search, which I started with message : Internal ID as the base and tried to include the file ID as the additional column as part of the search result. However, I cannot find any file relevant field for it. I am not sure if this saved search is even possible.