How to delete rows from a Summary screen using a Checkbox option?

Certified Associate Developer

Hi,

I have a summary screen which has list of columns that I generated using a Record Type list and not through an interface. How do I put a checkbox using a grid column?

I found this link which talks about the delete functionality but not sure where do I enter this code as I am not able to access the expression editor to the entire summary screen instead I only see individual grid column expression editor.

docs.appian.com/.../recipe-delete-rows-in-a-grid.html

Basically I want to implement delete functionality by selecting each row using checkbox and delete them.  Appreciate any help and advance thanks!!

Suneetha.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Deepak gupta

    Thanks, I am able to use the Selection property to enable check box in my grid field. But how do I create a Record List Action to delete multiple records at the same time as per user selects the rows using the checkbox. 
    Is there any sample code for deleting multiple rows from the database using gridField. (like Add a new record to database using Record List Action)

    Thanks

Children