How to delete a particular record in a table ?
Hey Sarveswaran,
In your table add one column where you have to put the delete icon and onclick of this delete icon delete the record from database using database action delete.
Thanks & Regards,
Sudip Pal
Thank you!
Hi Sarveswaran,
There is delete action inside each entity where we just need to pass Id of that perticular record which we want to delete.
For achieving this you need to follow below steps
1) Create table for the same entity in screen.
2) Inside table add one column Action and use Delete link or button for this column
3)Now onclick logic of this link/button drag delete action of the same entity and pass current Id from the table of that record.
Hope it helps you
Thanks
Arun
Hello Sarveswaran,
For every dynamic entity you have a delete action like this :-
You just need to pass the ID of it to delete that particular record.
There is another way to delete a specific row from an entity ( This is not highly recommended) but if you want to delete unnecessary data without creating any action you can do it.
Regards,
Pavan R