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.
Java Script - checkboxes
I am trying to use Java script to check if a checkbox is checkedbut it doesn't work. What is the correct operator to see if a checkbox is true?
<SCRIPT LANGUAGE="JavaScript"> <!-- if ("<%=getCurrentAttribute('item','custitemobs')%>"=="1") { document.write("Obsolete"); } else //--> </SCRIPT>
0