- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2022 11:52 PM
Hi All,
We are facing an issue with reports where the records are not getting populated properly only one record is visible but that too with limited column data visible.
Where as in the Quebec version of the reports its loading properly.
Any idea what might cause the issue , we are checking Read ACLs but the configurations seems to be same on both the versions.
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 12:45 AM
Had to enable the system property : glide.script.partial_record_materializer.enabled = true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 12:45 AM
Had to enable the system property : glide.script.partial_record_materializer.enabled = true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2023 03:56 AM
Hi, can you let me know, what exactly is the property glide.script.partial_record_materializer.enabled = true doing ?
Is it creating a temporary memory for storing the dot walked fields, so that it is accessible to the users ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 06:53 AM
Hi ,
This is well explained in a community post - https://www.servicenow.com/community/platform-analytics-forum/is-there-any-performance-issue-when-en...
Please refer to it.