Hello ,
I have an application in which the Main module consist of a table showing list of records .
I have a select all checkbox which OnClick selects all the checkbox in the table . But when I deselect a particular record from the table it deselects all the checkbox of the table .
I have an approve button which changes the status columns of the table to integer value 1 .
Can You please help me in solving this error .
I have attached the .oml file .
Thaking You ,
Regards ,
Rahul Gupta
Hi,
I have attached the oml,
If there is any issue let me know
Regards,
Ellakkiya.S
Hey Ellakkiya S,
Thank You so much , You really solved my issue .
Rahul gupta
Hi Rahul,
Bulk select action is developed as a screen in reactive web, so you can use that
Ellakkiya.s
Hello Ellakkiya S ,
Thanks for your response , but I have an application in which I only have to modify this action .