Hi,
We have our PI count screen as below. In case of Non-Serialized material, When user enters count quantity in TxQty and click on confirm checkbox BsQty gets updated with TxQty. I have created one validation rule which compares the BsQTY and SOH. If there is any difference a warning has to be thrown. In case of Non - Serialized Material, my validation rules if working properly. But in case of Serialized Material, I am getting the warning message twice.
My validation is as follows:
What the changes I have to make to my validation rule, so that it will show warning message only once in both Serialized Material and Non - Serialized Materials cases.
--Shyam