Support Article
ERROR: posted transaction ID DOES NOT match record
SA-59270
Summary
On click of a custom button with Commit operation, the screen refreshes; however, the same page displays.
Error Messages
ERROR: posted transaction id 'your_transactionID' for frame 'ActionFrame' DOES NOT match record 'Your_record'
Steps to Reproduce
- Add a button.
- On the button, configure an activity with a commit operation.
- Click the custom button.
Root Cause
An issue in the custom application code or rules.
The custom button executed a doFormSubmit and doSubmit. More than one submit action per instantiation of the form is not allowed.
Resolution
Perform the following local-change:
- Use doFormSubmit.
- Remove doSubmit.
Published July 24, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.