my validateLine function does not gets called, but...
# suitescript
v
my validateLine function does not gets called, but the same gets called with fieldChanged. what should i change?
e
fieldChanged
gets called when a field value is modified, after
validateField
succeeds.
validateLine
gets called when you commit a line. Are you saying that your
validateLine
does not fire when you expect it to? Or that when you change any field, your
validateLine
fires? You'll want to share the relevant function definitions as well as the
return
statement of your client script.