Question
3
Replies
232
Views
Incessant Technologies PVT Ltd
Posted: September 7, 2019
Last activity: May 14, 2020
Solved
How to add Choices to Radio button property dynamically through activity?
Hello,
I have a requirement that to add choices to radio button property through activity from pagelist. let us assume I have a radio button property like option and I need to copy the options present in the individual pages of page list. How can i do that?
Example
PageList(1).option=A
PageList(1).option=B
PageList(1).option=C
PageList(1).option=D
and Option radio
Choices : A
B
C
D
Properties are an instance of ‘RULE-OBJ-PROPERTY’ class with keys as ‘pyClassName’ and ‘pyPropertyName’. You can open the instance of particular property which you want to modify and append the options you want to add based upon your requirement to respective properties mentioned below.
Let me know if you face issues.
Thanks,
Pardeep