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
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