
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 10:51 AM
I created a scoped application. While setting up the application I created just a single table (Leave Request). After the setup I started working on the table and created new fields and then moved on two create 2 new tables(Leave Bucket; Leave Calculator) using 'Create Application File' option. After creating those tables I noticed on the Application explorer under access controls that there were only 8 ACL's created by default for the two tables I created afterwards. Is this expected? Why I am not able to see the ACL's for the Leave Request Table?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 08:44 AM
Found the answer :
While selecting the role I just added admin and Security Rules (ACLs) are created only if anyone other than an administrator needs to work with this table. Therefore the ACL's were not created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 11:56 AM
Hi Nishant,
As per my understanding, you might have not created ACLs for the first table, otherwise those ACLs would be there. However, you can still create ACLs for the first table as follows;
1. Elevate to security_admin role via User Menu.
2. Navigate to your respected table, in this case Leave Request.
3. Under related lists you will find an ACL related list.
4. Create ACLs as per your requirement.
Hopefully this will help you understand and give you a direction.
Regards,
Muhammad Khan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 04:33 AM
You might have not created any role for the Leave Request table, because Default ACLs for any table are created when you create a Role for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2022 04:19 AM
Hi Nishant
Yes, It is the expected behaviour
Default ACL will be created while creating a new table i.e read, write, create, delete