Hi everyone, I am new to netsuite and I am trying to debug. I got ("type": "error.Suite ScriptError", "name":"INVALID_FLD _VALUE","message":"Invalid date value (must be D/M/YYYY)","id"... for the line record.save()
but I add no date object to the record (checking the whole program if any date/moment is added again). Dose someone know what is/may the reason? I find that formatting error message will show as"*You Have Entered an Invalid Field Value XXX*", but not "Invalid date value (must be D/M/YYYY)" ...is it actually a format error? Thanks a lot🙏