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.
Can anyone point me in the right direction on this?
I'm guessing it's some sort of Derived field, but clueless on the coding.
Thank you!
Shawn