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
Diderik
03/31/2021, 11:07 AM
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
Abhishek Dev
03/31/2021, 11:21 AM
okay, thanks.. it means I cannot use SuiteScript 2.0 custom modules in SuiteScript 1.0 SSP application, right?