cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Check Box in RAP APPLICATION

agrawalamit20
Newcomer
0 Kudos
248

Hi Experts,

I have created an RAP-based application, now I want to know when I am going to click on the GO button and need the Check Box in the Status Column in the output List.

agrawalamit20_0-1737092596202.png

 

 

Regards

Ami

 

View Entire Topic
AbhishekSharma
Active Contributor
0 Kudos

Hi @agrawalamit20 

Two things needs to be checked 

1- data type of the status field should be Boolean type.

2- You need to have default delete method or action in behavior definition.

if no action then framework render Boolean field as radio button which is single select.

observed these with V4 api…

Hope this helps…

Thanks-