If requesting support, please provide the following details to help troubleshooting:
An error occurred and the transaction is stopped. Contact your administrator or partner for further assistance.
The following AL methods are limited during write transactions because one or more tables will be locked:
Form.RunModal is not allowed in write transactions.
Codeunit.Run is allowed in write transactions only if the return value is not used. For example, ‘OK := Codeunit.Run()’ is not allowed.
Report.RunModal is allowed in write transactions only if ‘RequestForm = false’. For example, ‘Report.RunModal(…,false)’ is allowed.
XmlPort.RunModal is allowed in write transactions only if ‘RequestForm = false’. For example, ‘XmlPort.RunModal(…,false)’ is allowed.
Use the commit method to save the changes before this call, or structure the code differently.
Contact your application developer for further assistance.
AL call stack:
/Sales-Quote to Order/(CodeUnit 86).CheckInProgressOpportunities line 40 - Base Application by Microsoft
/Sales-Quote to Order/(CodeUnit 86).OnRun(Trigger) line 29 - Base Application by Microsoft
/Sales-Quote to Order (Yes/No)/(CodeUnit 83).OnRun(Trigger) line 14 - Base Application by Microsoft
/Sales Quote/(Page 41)./MakeOrder - OnAction/(Trigger) line 5 - Base Application by Microsoft
This Above error accours in default. There is no spefic customization. this was working fine before 23.4 update.
We understand this something after we enabled Try state locking feature?
Looking for your support for the same