Error while applying context , toLowerCase is not a function in 7.23.2 & 7.23.3

0
Hi All, Does anyone have an idea about toLowercase error, I am facing the following error inside of data grid from 7.23.2 modeler version Error while applying context TypeError: this._metaObject.getAttributeType(...).toLowerCase is not a function.   Thanks, Srilatha
asked
2 answers
0

this._metaObject.getAttributeType(...)  returns an object, so it has no function toLowerCase. Can it be that toLowerCase is wrongly used in an event-microflow of the datagrid's entity?

answered
0

I had this issue too. I saw that some of the attributes of the entity shown in the grid (in my case in a search filter) didn't have read access for the user role that got this error. My clue was that this only happened with certain roles but not with others. I checked the access rights and saw that some attributes didn't have rights set where for the other roles all rights were properly set. 
Maybe this helps.

It would make more sense if Mendix would throw a permissions error instead. But Mendix front end error don't always make much sense  (^_^`)

answered