Hi all, I have a small and hopefully simple issue.
I have a radio button set that is dynamic - using data from an option set. The option set has two fields : currency code and currency description.
The currency description is displayed, and when the use selects the currency they want and clicks a button “save”, the currency code gets written to a field called “currency” in the user’s record.
What I want to happen is that whenever the user comes back to this screen, the default value for the radio button is whatever the user’s current currency is. I don’t seem to be able to do this because the default value would be based on the current user and not the option set, see below:
I see how that can be difficult. There are a few different ways to do this, here is one option.
Instead of saving just the currency code, you should save the whole option set to your user. So you need to create another field ‘subscription currency’ on the user. Make sure the type is actually the option set and not a text. Then you can save and display the option set in the way that you want.