Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

adding radio button fields to structure

Former Member
0 Kudos
253

Hi,

I have two fields in a structure, which domain i need to use so that i will get radio button in SRM browser like yes and no.

Regards

Badari

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos
122

Use XFELD.

Regards,

Ravi

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos
123

Use XFELD.

Regards,

Ravi

0 Kudos
122

Hi Ravi,

Itwill display check box only not radio button.

Regards

Badari

0 Kudos
122

Hi Badri,

It is not the domain that determines if a field has to be displayed as a radio-button or a checkbox.

for example:

parameters : p_cb type xfeld as checkbox.

parameters: p_rb1 type xfeld radiobutton group RB1,

p_rb2 type xfeld radiobutton group RB1.

Regards,

ravi