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 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
How do i deploy a client script ?.
i do have 2 check boxes on my record type custom form. what i am trying to do is, if user clicks on 'vcustrecord_f1_diparture' , the second check box 'custrecord_f1_arrival' needs to disabled. as well as if he clicks on arrival, departure needs to disabled.
i went through user community and i got a related code from some thread as below....but i do have some doubts on below code, how to modify it as per my requirement. i really dont know what is static value of a field ?.
function rescompFieldChanged (type, name)
{
//Check to see if user selected "Real Estate Company Form".
0