Writing to Scrolling Grid
I have an extender window created which is using all 15 available fields. However, I need to use the data captured in two of the fields, which are percentages, to calculate currency fields in the scrolling grid under the options for the same window.
Both of the fields are requiring a percentage input which I will convert to a decimal to calculate commission numbers. But since I’m out of available fields I needed to move those numbers to the scrolling grid. How do I write to the scrolling grid using dexterity code? Or is it easier to create global variables?
Thanks,
Sean