Join Slack
Powered by
Has anyone used a js flow diagram library in Suite...
# suitescript
r
reptar
09/29/2021, 1:32 PM
Has anyone used a js flow diagram library in SuiteScript? I tried using GoJS and it's not loading. I'm assuming it's not AMD compliant.
b
battk
09/29/2021, 4:50 PM
it looks amd compatible
battk
09/29/2021, 4:58 PM
occasionally libraries designed for the browser or node fail when netsuite evaluates the file for entrypoints
battk
09/29/2021, 5:01 PM
usually you can work around that by using the require function inside an if statement to make sure the module only runs inside a browser
Open in Slack
Previous
Next