Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Best way to access custom records from contact
Hey, all
I've got a Custom Record called 'Inquiry Information', ID 'customrecordmks_inquiry_information' that is used to hold Inquiries people enter on our website. It has a List/Record field 'Contact', ID 'custrecordmks_contact' pointing to Contact, with Record is Parent.
In an event script, on an edit of contact, we'd like to retrieve these records to do some calculations (we're doing some lead scoring and they get bonus points to their score if they've entered inquiries and even more if they've entered specific inquiries)
How can I get them? I know with build in sublists, I can use getLineItemCount() and go from there, but I've tried a few options and always get -1. How do I get the associated records?