Since a couple of weeks several users see errormessages like "Cannot read properties of undefined (reading 'map')".
This occurs when the filter or sort a view, e.g. My contacts.
Strangely some of the times the sorting works fine when the user uses his laptop screen, but results in the error when the window is opened on his second monitor.
Most of the times the view just remains empty as if there are no records to show, but the error shows up after we click on the refresh button above the view.
It first says "error loading control". After clicking on that the errorlog can be opened containing:
Error Details: TypeError: Cannot read properties of undefined (reading 'map')
at t._getColumnState (https://{our url}/%7b637899763480000150%7d/webresources/cc_MscrmControls.Grid.PCFGridControl/PCFGridControl.js:2:1767562)
at t._getConfiguredColumns (https://{our url}/%7b637899763480000150%7d/webresources/cc_MscrmControls.Grid.PCFGridControl/PCFGridControl.js:2:1998787)
at t.getDerivedStateFromProps (https://{our url}/%7b637899763480000150%7d/webresources/cc_MscrmControls.Grid.PCFGridControl/PCFGridControl.js:2:1988447)
at pi (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:48334)
at Ha (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:70314)
at Ul (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:112369)
at Eu (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:98325)
at ku (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:98253)
at xu (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:98116)
at pu (https://{our url}/uclient/scripts/vendor.js?v=1.4.4266-2205.2:9:95103)
Anyone has an idea what happens here?
Kind regards,
Maurits