Question
Is there a way to restrict viewing records in data type record editor
Our team would like to restrict the use of record editor in a data type, because some data type contains 30+ million records and when a developer accidentally clicks on "Records" tab in data type landing page, this will trigger resource intensive process on the server.
When I take a look at pzRecordsEditorWrapper rule, I see a dynamic layout containing label with value of "You do not have sufficient privileges to view records". I looked through privileges that might be related to control the visibility of this section, but no luck.
Has anyone done something similar?
I am using Pega 8.3.
If you would look into the section configuration, contained this message, you would see, that it uses a when-rule "pzHasReadAccess", which uses under the hood an access level to the data class.
So you need to set Read=0 for the data class in a Role definition