Getting the info message "Record not found" while reloading the project record for specific user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:24 PM
Hi Experts.
After reloading the project form for specific user I'm getting the info message "Record not found" on top of the form.
Taking a look into the system logs I see the following warning when trying to impersonate with a specific user and reload the project record.
com.glide.script.RhinoEcmaError: "__ref__" is not defined.
<refname> : Line(1) column(0)
==> 1: __ref__.isNewRecord()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:33 PM
Hi,
Check if the impersonated user dont pass the READ ACL of that table.
Regards,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:35 PM
There is similar older issue link found.
Looks like there it worked by deleting table and creating it again.
Also check for Read ACLs on that table.
Mark as correct and helpful if it solved your query.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:44 PM
Hi,
its OOTB pm_project. we can not delete the entire table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 10:50 PM
Hi is this happening for few users or all? If only few then check the roles of the user whether he has access to view the record.
Harish