Hi,
I have a formula that is defining a currency value in <Field A>. I want to use that value to set the maximum currency value of <Collection.Field B>. As values are added to <Collection.Field B> the value in <Field A> is reduced, with the final result being that the value of <Field A>=0, and the total available funds have been allocated.
My equation is working, and I know I will have to set the maximum value in JavaScript, but I'm not sure how to. I'm running 10.1 and there isn't a Min/Max setting in field properties for currency. I could just switch it to a number type if that would help.
Thanks.