Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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