No, in the example I'm looking at, there were four...
# suitescript
r
No, in the example I'm looking at, there were four mandatory fields, all custom.
m
My guess is your sheduled script save is happening withtout mandatory fields just fine, but a user event on this same record (possibly in afterSubmit) is loading and saving the record without that ignoreMandatoryFields flag and you’re seeing the error thrown from that.
r
Thanks