The other day I was writing some JavaScript code that would update a field value on a form for an aggregate of 2 field values from a different entity. I wrote some fetchxml that would get the values and then sum them up. I then would set the value to a read-only field on my …