R28894 SalesOrderLine - Product Is Equal To The Product Of The Returning Sales Order Line

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

If (ReturnForSalesOrderLine != null)

Product = ReturnForSalesOrderLine.Product
Description When a specific sales order line is defined in a sales return, the products in the original sales order 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 sales order line {ReturnForSalesOrderLine} is '{ReturnForSalesOrderLine.Product.ProductName}'.

The returned product must be the same as in the original sales order 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.