Here's my example:
I have a User Field called PayElement and another called PayElementAmount in the same business class.
I created 4 possible states for the PayElement value, and I need PayElementAmount to auto-populate on the form with the corresponding amount for each of those 4 states depending on which one is selected in PayElement.
How can I accomplish this?
Thanks in advance!
Shawn