Has anyone encountered an issue before where a rec...
# suitescript
r
Has anyone encountered an issue before where a record has been created via SuiteScript 2.0 and upon manually changing that record will cause it to be deleted and an error message along the lines of 'that record does not exist' when trying to save the record.
b
Probably want to check for user event scripts, or more unusual scheduled or map reduce scripts that delete that record
r
I can't see any other scripts that would affect it. The record is created fine via SS2.0 but as soon as you manually change anything on it and try to save it - it disappears. Only happens when you make a manual change, not at certain intervals throughout the day. If it helps, we're making a custom record for Entity Bank Details via a scheduled script.
@battk It was an AfterSubmit script, missing some logic from a conditional and caused it to be deleted. Sorted now 😄