Hello Everyone, is there a way to use custom modul...
# suitescript
a
Hello Everyone, is there a way to use custom modules in suitescript 1.0? How to use the require() method in a suitescript 1.0 service? Thanks...
d
I dont think you can. You can create library scripts and add them under the "Libraries" tab in the script record. This way you have access to all functions declared in the library script in your main script.
a
okay, thanks.. it means I cannot use SuiteScript 2.0 custom modules in SuiteScript 1.0 SSP application, right?