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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Searching for Messages (Emails) and then understanding its related records
I am loading a bunch of Emails (Message Record in WSDL/Schema), but I can't understand to what records particular Email is related.
For example generalComm:Message defines fields like author, recipient, activity and transaction and these fields can reference records of different types: e.g. author can be Customer but also can be Contact; activity can be one of SupportCase, Task, CalendarEvent, or PhoneCall.
Unfortunately, API returns only internalId-s for these fields, so it is not possible to say is particular activity is a SupportCase or a Task or anything else.
So, my questions is: how can I tweak my API SOAP request to actually get information about type of referenced records?
0