Application Development and Automation 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: 
Read only

adding radio button fields to structure

Former Member
0 Likes
784

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
Read only

Former Member
0 Likes
653

Use XFELD.

Regards,

Ravi

3 REPLIES 3
Read only

Former Member
0 Likes
654

Use XFELD.

Regards,

Ravi

Read only

0 Likes
653

Hi Ravi,

Itwill display check box only not radio button.

Regards

Badari

Read only

0 Likes
653

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