Join Slack
Powered by
How do I reference a SS1 library in a SS2 script?
# suitescript
c
Chris
11/19/2019, 5:00 PM
How do I reference a SS1 library in a SS2 script?
e
ec
11/19/2019, 5:57 PM
You could though build a wrapper Suitelet that calls out to the 1.0 script, but depending on the case this could be undesirable
s
stalbert
11/19/2019, 5:59 PM
or augment the SS1 script with a simple wrapper to export whatever you need? (assuming the library is pure code, not requiring SS1 api)
3
Views
Open in Slack
Previous
Next