ACL prevents a client script from running.

edelmiroSchnack
Mega Expert

Hi!

I have a form where user has to input a date of birth and then a onChange client script populates an age field.

The thing is for user to be able to submit the form but not been able to see the list of records I configured an ACL with the condition "answer = current.isNewRecord();" but when I do that the age field doesn't get populated anymore.

Any help would be much appreciated.

Edelmiro.

1 ACCEPTED SOLUTION

edelmiroSchnack
Mega Expert

It is a read ACL on the table level. The user does see the fields. I had also created a create and create.* ACLs unrestricted. 

I just made it work by defining a read.* ACL.

View solution in original post

3 REPLIES 3

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
What kind of ACL it is?
is it for write operation?

 

is user able to see the field?

 

 

 


Thanks and Regards,

Saurabh Gupta

edelmiroSchnack
Mega Expert

It is a read ACL on the table level. The user does see the fields. I had also created a create and create.* ACLs unrestricted. 

I just made it work by defining a read.* ACL.

Saurabh Gupta
Kilo Patron
Kilo Patron

So, now your problem is solved.

 

 


Thanks and Regards,

Saurabh Gupta