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
  • 0
    Certified Senior Developer

    Hello Suneetha, 

    You can use the selectable read-only grid and use the related action field. Using the a!recordActionField. Please make sure you create a process model to delete entries based on the primary key or the identifier. Use this Process model in the record type to create a related action. Then you can use this related action in the read-only grid in the Interface directly.

Reply
  • 0
    Certified Senior Developer

    Hello Suneetha, 

    You can use the selectable read-only grid and use the related action field. Using the a!recordActionField. Please make sure you create a process model to delete entries based on the primary key or the identifier. Use this Process model in the record type to create a related action. Then you can use this related action in the read-only grid in the Interface directly.

Children
No Data