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.
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