Aaron McCausland
03/10/2026, 5:12 PMCeligo AI
03/10/2026, 5:13 PMAI generated answer (using internal Slack threads):The error "Data was unexpectedly changed during save. Please contact your account administrator" typically occurs when there is a conflict between the data that you are trying to save and the data that is currently in the system. This can happen if another process or user modifies the record between the time you retrieve the record and the time you attempt to save it. This error can be triggered by several factors, including but not limited to: 1. Workflows: If there are any workflows running on the record that you are trying to save, they might be causing the conflict. You might want to check and disable any workflows running on the record to see if that resolves the issue. 2. User Event Scripts: User event scripts that are deployed on the record could also be causing this issue. If there are any user event scripts running on the record, you might want to disable them to see if that resolves the issue. 3. Client Scripts: If you are using the
currentRecord module and setting some values in the client script, this could potentially cause the issue if the script is not written properly. However, a well-written client script should not cause this problem as it does not save the record.
4. Database APIs: If there are any database APIs like nlapiSubmitValue() hitting your record before it saves, they could potentially cause this issue.
To debug this issue, you can start by disabling any workflows, user event scripts, or client scripts deployed to your record. If the error persists, you might need to dig into the code to debug it.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/10/2026, 5:13 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826293945
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823486388
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81060797
Celigo AI
03/10/2026, 5:13 PM