If you use Visual Studio to enter a value in the MiscAmount field in SOP Transaction Entry, the Total and On Account fields will not recalculate. The problem is that there is code that runs behind the form and simply setting a value for Dynamics.Forms.SopEntry.SopEntry.MiscAmount.Value will not cause that code to run. What you need to do is...