On clicking New button to add record, page appears blank with Submit button

Ronak Jhaveri
Kilo Expert

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.

find_real_file.png

find_real_file.png

find_real_file.png

Create ACL screenshot

find_real_file.png

Please advise

1 ACCEPTED SOLUTION

Ronak Jhaveri
Kilo Expert

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.

find_real_file.png

View solution in original post

11 REPLIES 11

If you are able to update the record then, there might be an issue with the Create ACL. 

Ronak Jhaveri
Kilo Expert

Yes, i think problem is with Create ACL. It is at table level and assigned a role to it. Below screenshot.

find_real_file.png

 

find_real_file.png

I also deleted and created new Create ACL thinking of caching issue. But no luck after creating new one.

ACL is admin overrides. So are you using Admin account? If no then, do you have the same role as mentioned in the ACL?

Ronak Jhaveri
Kilo Expert

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.

find_real_file.png

Awsome