let sublistObj = currentRecord.getSublist({ sublistId: ‘item’ }); let columnObj =… Continue reading Set mandatory in the Sublist line item
Tag: field mandatory
Make Field Mandatory – Client Script
Server Side Scripts will be blocked when the field is made from the Form/Field setup mandatory. So we will make the field mandatory through the script only for those required times.
Setting field mandatory to True/false using Client Script
Using SS2.0 on a client script you can make it mandatory. You can set mandatory using SuiteScript 2.0 though although it does not works in 1.0. Below, is an example snippet using client script on customer record
Online Case form sample template (Hiding mandatory fields)
This is a custom template That can be used for creating online case forms in Netsuite. The online case forms can be used to create a new case record in NetSuite from the website. While submitting the form a case record will be created on the NetSuite. In this template, we can see the script… Continue reading Online Case form sample template (Hiding mandatory fields)
Making fields mandatory without script
Make field mandatory