Is there a client script entry point for hitting a...
# suitescript
r
Is there a client script entry point for hitting add on a sublist? I assumed validateInsert but it doesn't seem to be firing. I'm trying to prevent adding a blank line
c
try sublistChanged
r
I tried sublistChanged, but it didn't let me prevent the commit. I just tried adding validateLine and it works as expected but now validateField isn't working???
nvm, i did a log.debug when i was expecting console.log