This article explains why Revenue Cloud users see "PlaceSalesTransactionPersistException occurred while performing DML operation on quote (or order). Please contact Salesforce Support and provide the following error message: common.ownership.RowDeletedException" when clicking Save and Exit in the Product Configurator, and how to resolve it.
Following the Winter '26 (258) release , you may encounter the following error while configuring and saving products in TLE:
PlaceSalesTransactionPersistException occurred while performing DML operation on Quote (or Order).
Please contact Salesforce Support and provide the following error message:
java.lang.ArithmeticException: Division undefined.
This issue has been logged as a known bug, and a workaround is currently available.
Workaround:
Please check any formula fields that involve division by a custom field (e.g., CustomField__c) which might be zero or blank.
Update the formula to handle divide-by-zero scenarios, for example:
IF(CustomField__c == 0, 0, FieldA / CustomField__c)
Please find the below known Issue created for the same it has been fixed:https://help.salesforce.com/s/issue?id=a02Ka00000jeTJq
005385151

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.