I am new to Application Studio - so please be gentle
I added 8 number fields to our ShipDtl.Number01 to ShipDtl.Number08 and I would like to sum all of those fields in Application Studio to show the total.
What is my best strategy here? BPM? DataView? Etc.
Any help appreciated.
Thanks,
DaveO
If you use a BPM to do the calculation and inject the total into the response of a method call, then it will load with the rest of the data, but it will be static - until that method is called again.
If you want it to update as the fields are edited, you could create an Event in App Studio that performs the calculation and updates the field with a variety of triggers…
Mr. Jonathan: Thank you for the suggestions - I as thinking of updating as the fields are edited.
I will have to play with the Events.
Thank you again,
DaveO