Hi, sorry for any ignorance as I am new to netsuit...
# suitescript
b
Hi, sorry for any ignorance as I am new to netsuite. I'm trying to figure out why my userevent script doesn't fire when creating or even editing a matrix sub item record.
w
I've found that you have to use a beforesubmit user event for matrix items.
b
Thanks, but my beforesubmit is also not being fired.
b
there is nothing that should prevent your script from triggering when editing inventory items
make sure your script deployment is setup correctly
that generally means checking things like the script audience, status, event type,and context filtering
if you are using logs to tell if your script ran, also check the log level
b
@battk thanks it was the log level