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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
How is a message record created via suitescript?
Aside from the obvious nlapiGetNewRecord() when an email is sent in of course.
What I'm looking at is a system that creates new SupportCase records when an email is sent in. This system is NOT using an email capture plug in implementation. So far they have been able to create the new supportcase record in the before submit then assign it out to whoever in the after submit.
What I'd like to be able to add without implementing an email capture plug in is the ability to correctly assign the case based on the the email recipients (as well as cc'd recipients, there can be and commonly are multiple) while still in the before submit event.
0