new MxObject(): cannot create Mendix object. Check entity access Error: new MxObject(): cannot create Mendix object. Check entity access

-2
we are trying to work on a POC wherein we are connecting to a proprietary opened connect provider and trying to authenticate / authorize users. Now, we are able to add the user into System.proxies.user object / administration.proxies.user object, commit the core object with this updated user and then add it into session.. Now, when we are coming back to the default home page, i have created a microflow for displaying the user name. Here, i am accessinng the CurrentUser/Name which is looking upon Administration/Account object. While displaying, the mendix console shows an error saying \ new MxObject(): cannot create Mendix object.  Check entity access Error: new MxObject(): cannot create Mendix object.  Check entity access     at new t (http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:31:27950)     at Function.value (http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:31:40145)     at t.getUserObject (http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:74:179993)     at t.getUserId (http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:74:180252)     at http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:74:151146     at C (http://wpmc_host_aaeinblr10072l:8080/mxclientsystem/mxui/mxui.js?636771986267342999:74:151359)
asked
1 answers
1

Hi Darshan,

 

Does your user role have access to the object? And when it has, you must check the box that enables the user to create new objects. So check your security in your module.

 

Cheers,

Lisa

answered