anyone familiar with the `Record Has Been Changed`...
# suitescript
k
anyone familiar with the
Record Has Been Changed
error? I know what's causing it - I've narrowed it down to the
record.submitFields()
method in my script - but does that mean it's impossible to change a record's field while in Edit mode? Here's the process: User enters a record in Edit mode, clientscript uses
record.submitFields()
to update a field behind the scenes, then when the user goes to hit Save they're smacked with
Record Has Been Changed
and none of their changes are saved. I thought using
options: { enableSourcing: false, ignoreMandatoryFields: true }
prevented this issue, but that doesn't seem to be the case 😕