Can you help me add 'Delete' option in "Action on Selected Rows"

preetim
Giga Contributor

Hello,

I am unable to see Delete option in some forms on Action on Selected Rows. Image as below.

Can you help me how can we add this? Where are these values stored and come from?

Thanks

snow_query.png

1 ACCEPTED SOLUTION

Yes, you need to check ACLs for Operation = Delete for the table from which you want to be able to delete record. You can filter by ACL Name starting with the name of your table. Alternatively, you can go to your table and select Configure > Security Rules from the context menu.


View solution in original post

4 REPLIES 4

Slava Savitsky
Giga Sage

These options are a subtype of UI Actions. Navigate to System UI > UI Actions and filter by List choice = true. Out of box there is a global Delete UI Action. It is available if the user is authorized to delete record from the given table. If the UI Action is present and active in your instance but still missing from the dropdown list, check ACLs for delete operations for the table in question.


Hi Slava,



Thanks for reply..As mentioned by you, I have it now in dropdown values as 'Delete' but it is grayed out , should my next step be checking for ACL's? Where do I search in ACL's as I can see many Delete operations there.



Thank you!


Yes, you need to check ACLs for Operation = Delete for the table from which you want to be able to delete record. You can filter by ACL Name starting with the name of your table. Alternatively, you can go to your table and select Configure > Security Rules from the context menu.


In addition you can turn debug for security on, go to the form and see what exactly fails there.