R28896 SalesOrderLine - Product Is Equal To The Product Of The Returning Invoice Line

Code R28896
Entity Crm.Sales.SalesOrderLines Entity
Name ProductIsEqualToTheProductOfTheReturningInvoiceLine
Attribute Product
Layer Back-End
Events Commit
Priority Normal
Modify NO
Action Validate that:

If (ReturnForInvoiceLine != null)

Product = ReturnForInvoiceLine.Product
Description When a specific invoice line is defined in a sales return, the products in the original invoice line and in the returning sales order line must be the same.
Message The product in line {LineNo} is '{Product.ProductName}' and the product from the returning invoice line {ReturnForInvoiceLine} is '{ReturnForInvoiceLine.Product.ProductName}'.

The returned product must be the same as in the original invoice line.

Please, change the product in line {LineNo}.
Introduced In Version 2018.2
Revocable YES

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.