[Solved] How to add checkbox in a list (serverWidget.List) in Suitelet
Here is an example using a Suitelet to add the checkbox to the sublist. You’d handle them in your client script by looping over the lines and checking to see if the field is true. function onRequest(context) { // Create the form function createForm() { try { var form = serverWidget.createForm({ title: ‘My Form’, hideNavBar: … Read more