- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 12:14 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 12:20 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 12:17 PM
Hi,
What kind of ACL it is?
is it for write operation?
is user able to see the field?
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 12:20 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2022 12:21 PM
So, now your problem is solved.
Thanks and Regards,
Saurabh Gupta