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
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. 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