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
Loading a Custom Suite Script Module in ClientSide of Suitelet
I don't know if this is possible, it seems that it should be but I can't find in the documentation how I can refer to a custom SuiteScript 2.0 module I've created in the ClientSide of a Suitelet.
The custom module has some configuration data I want to use both on the client side and server side of the Suitelet. Server side no problem I can include my custom module in the define function of my suitelet, but I'm at a loss how I could take advantage of the same custom module on the client side.
The define statement of the custom module is creating an object but if I include a link to the javascript file in the Suitelet on the client side how would I invoke any attributes or methods of that custom module.
0