new MxObject(): cannot create Mendix object.

0
When I visit a certain page I recieve this message.   new MxObject(): cannot create Mendix object. Check entity access for entity Connector_Workato.OrderPE Error: new MxObject(): cannot create Mendix object. Check entity access for entity Connector_Workato.OrderPE at new g (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:5:135538) at g.fromJson (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:5:146617) at a.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:7:252548) at Array.forEach (<anonymous>) at a.setMxObjects (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:7:252436) at m (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:66:97143) at p (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:66:95361) at V.retrieveByXPath (http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:5:175471) at async http://localhost:8080/mxclientsystem/mxui/mxui.js?638894736395804343:66:306385 the issue is that i am not creating any objects at all, I am retrieving objects, has anyone else experienced similar issues? (also the user should definitly not be allowed to create the above mentioned object)
asked
2 answers
1

i added read rights to the user, and this seemed to solve the issue.

 

It seems like the error says it was unable to create Order, but it was actually unable to read it.

 

image.png

answered
-1

Hi Jason,

Yes, I faced the same issue before. I remember enabling Create access along with Read access for that entity, and that seemed to resolve the problem.Hope this fix works for you too!

image.png

answered