R33328 WarehouseTransaction - Standard Quantity Matches Quantity
Name | Value |
---|---|
Code | R33328 |
Name | StandardQuantityMatchesQuantity |
Entity | Logistics.Wms.WarehouseTransactions Entity |
Layer | Back-End |
Attribute | Quantity, StandardQuantity |
Events | ClientCommit |
Modify | NO |
Action | Validate that:ROUND(CONVERT(LogisticsDocumentLine.Quantity),3) -- 0.999 <= LogisticsDocumentLine.StandardQuantityBase <= ROUND(CONVERT(Quantity),3) + 0.999 |
Description | The field Standard Quantity contains the equivalence of the Quantity calculated in base measurement unit. Although small variations between both values are possible due to ordered/executed exhaustion, big differences could mean that the quantities are not properly filled in or updated. For this reason, the current rule validates that the difference between Standard Quantity and the Quantity calculated in base measurement unit is not bigger that 0.999. |
Message | The field 'Standard Quantity' in '{WarehouseTransaction.DisplayText}' contains an invalid value. The 'Standard Quantity' field should contain the equivalence of the 'Quantity' calculated in base measurement unit according to the product's measurement ratios. Please check if the values in both fields are correct. |
Version | Introduced in: 2022 |
Revocable | No |
* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.