Hi everyone, i'm creating my own custom module wit...
# suitecommerce
s
Hi everyone, i'm creating my own custom module with the extensibility API, I created a main view which has childViews, I was able to correctly render the child views and everything is working as expected except the events, I'm using the getEvents function to set the events but when I test the event it doesn't enter the function is paired to. has enyone experienced this? I tried to delegateEvents to the child views and the main view but it did not work.