Hi all, Does anybody know good instructions adding...
# suitescript
t
Hi all, Does anybody know good instructions adding/using third party libraries (like select2) in SuiteScript?
b
first step is to see if the library in general supports amd and what dependencies it has
generally involves a quick look at the source
or going through the documentation for it
if it supports amd, you setup after learning how SuiteScript 2.0 Custom Modules work
if your library has dependencies (jquery will be common for ui libraries) you need to do a require Configuration
t
hi. thanks for the quick reply. i'll go through these.