- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 03:05 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 05:59 AM
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.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 03:42 AM
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.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 04:11 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 05:59 AM
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.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2015 06:02 AM
In addition you can turn debug for security on, go to the form and see what exactly fails there.