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.
Trouble with setScript and record level client scripts
I've created a "SuiteLet" (actually just a class that take an nlobjForm and adds controls) and I'm having some trouble running it in a BeforeLoad UE script.
Here is the scenario: I want to display the same SuiteLet ("Address View") on my customized Customer form as well as in a totally different, pure SuiteLet ("Assessment View") form.
This is working just find, in the Customer UE BeforeLoad event I pass the nlobjForm instance to the AddressView class and it builds itself on a new tab. In the AssessmentView SuiteLet I create the nlobjForm instance in the main Run() method then pass it to the AddressView class so it can build itself up. This works great and I was really happy with it.
Steve Klett | Senior Developer
NetValue Technology