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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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