Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
NetSuite has launched SuiteSuccess Wholesale Distribution Edition, in Japan. Please join us the webinar on February 12 that introduces NetSuite solution with demos and case studies for Wholesale Industry.
Register Now
Client side validations are not working
Friends,
I have an strange problem with my client side validations and same is explained below:
I have created a custom time entry from and added an from level script to it to block future timesheet creation. I created script and attached it with form using "Customize Form->Custom Code->saveRecordfucntion". It works well when i test in account where i have created it, but when i create bundle for it and install it in another sandbox account, it does not work and throws java script error like function not defined.
I have also tried creating an scripting record for all "Time" (status was released and was set to execute function 'validationTransdate' on saveRecord) records but same problem was there.