Hello, has anyone used external JS libraries to di...
# suitescript
l
Hello, has anyone used external JS libraries to display charts on records? I have a custom record that I would like to display chart on. I thought I would use
pageInit()
client script entry point, but that doesn't apply to view mode. I'm unable to inject the library through user event as the it relies at least on
document
interface. I would rather not use suitelets/portlets, but that custom record solely. Any ideas?
b
work harder on the user event attempt
to run whatever javascript you want
l
I'll give it a go, thanks!