Join Slack
Powered by
Hi all, Does anybody know good instructions adding...
# suitescript
t
Tuomas Sipola
10/07/2020, 8:20 AM
Hi all, Does anybody know good instructions adding/using third party libraries (like select2) in SuiteScript?
b
battk
10/07/2020, 8:30 AM
first step is to see if the library in general supports amd and what dependencies it has
battk
10/07/2020, 8:31 AM
generally involves a quick look at the source
battk
10/07/2020, 8:31 AM
or going through the documentation for it
battk
10/07/2020, 8:32 AM
if it supports amd, you setup after learning how
SuiteScript 2.0 Custom Modules
work
battk
10/07/2020, 8:33 AM
if your library has dependencies (jquery will be common for ui libraries) you need to do a
require Configuration
t
Tuomas Sipola
10/07/2020, 8:35 AM
hi. thanks for the quick reply. i'll go through these.
2
Views
Open in Slack
Previous
Next