Is there any way to trigger the Volume Discount Amount field to update itself when another field is updated?
For example I have Quantity and ProductId set. The Product has a Price Per Unit and the Qty determines the VolumeDiscountAmount. My form calculates: new_UnitSRP = (PricePerUnit - VolumeDiscountAmount).
But the VolumeDiscountAmount only updates on the onSave event, which means that the form only recalculates onSave.
I am looking for a way for the VolumeDiscountAmount to be updated automatically when Quantity or ProductId are changed.