How to get all field details of ACL Table List in Excel including Roles, Condition and Scripts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 02:15 AM
How to get all field details of ACL Table List in Excel including Roles, Condition and Scripts?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 03:30 AM
Hello @VIKAS45
You can export the below set of columns as an excel using the export functionality in the ACL (sys_security_acl) table.
However, you cannot export the role defined in the ACL in the same excel because that is a separate table - sys_security_acl_role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 03:55 AM
How Can I export Role related to ACL alongwith Condition and Script

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2023 03:57 AM
Hi @VIKAS45
You cannot because both of them are different table.
So first you need to export the table - sys_security_acl & then export the table sys_security_acl_role.
Then when you import this to the target instance, it will map it to the corresponding ACL.