Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Importing Case Messages
We are in the middle of Netsuite migration project where we are merging one instance of Netsuite into our global One World instance.
We are having issues when trying to migrate the message threads associated with support cases across.
To import the support cases, we created a dummy custom record that holds all the important information pertaining to a case. After importing the support cases into this dummy custom record a server script runs to create new support cases that contain all the relevant information.
This currently works, although now I would like to associate the message history to these new support cases. We are importing the messages as we are importing the support cases - we have created a dummy custom record that has the relevant fields. I have too created a server script (see below) on this custom record that when a new record is saved a new message record is created and attached to a support case.