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.
How to use suitlet results to set in a field
Hi All,
While creating an Event, I have a suitlet code to search for all employees which are available and some other criteria, which is working fine. Now I need to select one among those employee search results and when submitted must get this employee name and set to the Attendee.
But selecting search result only is not getting because:
list.addColumn('custentity30','checkbox','Check me','RIGHT');
is throwing an error checkbox is not valid type.
So also help me how the selected result goes directly to Attendees line item in Event record.
I am also providing below the code snippet:
0