Hi All,
I have created record from a view. By default filtered to bring only data which is active and in "Edit List" I configured columns and set "rows to display" as 50. Am getting below error message .
But when i change the "rows to display" equal to or less than 33, error is not popping up.
Can anyone suggest why this is happening? Thanks in advance
Discussion posts and replies are publicly visible
I think this is due to Primary key. Did you select a primary key in the CDT? If selected does that primary key column has unique values? Records filters the data based on primary key and its values. If PK column has unique values without any duplicate values then it should work.
How can a PK anyway have duplicate values? Isn't that an implicit property of a PK to have unique and not-null values?