- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 01:58 AM
Hi
I have few questions related to ACL which is created on table "My Request" which is custom table.
1. Read ACL
I created Read ACL for a role to restrict record access from "My Request" table. For which i have to add two conditions (Show records which is created by logged in user and company to which user belongs to). In advanced section, i added one condition but how do i add multiple conditions?
2. Create/Write ACL
I want user to create new records for "My Request" table. But when user clicks on NEW button, blank page appears with submit button. Below screenshot for reference.
Create ACL screenshot
Please advise
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 02:56 AM
Figured out the problem. Problem was with Read ACL.
In Read ACL i was filtering records by username and company. I also added one more condition of current.isNewRecord() and it is working now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 02:30 AM
Hi,
Have you created any Write ACL? If Yes, then have you included all field on form?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 02:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 02:35 AM
Have you included all fields on form using form layout? If Yes, then create one new write field level ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2019 02:40 AM
Meaning, if there are 10 fields on form, then i will have to create 10 ACL for each field? And these is the case of creating new record.
One write ACL at table level wont work?
Note: I am able to update record properly.