I am receiving the following error from a Mass Upd...
# suitescript
a
I am receiving the following error from a Mass Update script: "List Rate should be provided for Custom Price Level." Almost none of the lines on the SO's have a a rate so I know why it's occurring but want to know if there is a way to ignore this error so I can make the updates I need to. The Save doesn't throw an error in the UI.
but happens in the script on save
objSO.save({enableSourcing: false, ignoreMandatoryFields: true})
b
you might want to check that a script isn't throwing that error since the error doesn't sound like a netsuite error
that said, you cant ignore fields that are actually mandatory. you can only ignore those that have been made mandatory by forms or scripts
a
You are correct, this error is coming from another bundle of scripts. Thanks!