Default Selection of Radio Button after a selection
Hello Pega team,
I was wondering if you can help me with the following issue. I am trying to set a default value after a selection of a certain button. On the first page I have a selection of Payment type, and you can select a radio button of whether it's differentiated or annuity. And on the second page I want it to be on default from the previous choice. How would I do that? Thank you.
Regards,
Radmila
@RadmilaA Hi, your property of the radio button will store your value (differentiated or annuity)in the clipboard, if not, just add a "Post value" in the action set with an "On-Change" action. The value will be pasted to your clipboard and then if you can use the same property the value will be reflected. If you want to populate another property with the selected value, then just add another step in the action set as "Data-Transform" and copy the value from Prop1 to Prop2 and use Prop2 in the second screen.
Hope this helps!