Error while applying context Error: Unable to get a member from variable error message

1
We recently upgraded to Mendix 7.23.7 and whenever I try to create a new object from an entity I receive this error message that I never seen before.  This worked before the upgrade, so I’m not sure what changed.   From the error messages it seems as if the user does not have permissions for an attribute Editable but I’ve given that user role read and write permissions to that attribute and I am still running into this error.  Here is the error message that is in the console, the error is also shown in the web browser console.  Has anyone encountered this error before?  Thank you.   BillingSheet.MobileApp_Step1.dataView1: Error while applying context Error: Unable to get a member from variable $currentObject, because you do not have sufficient permissions to "BillingSheet.BillingSheet.Editable". e.exports.applyContext/</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:58386 e.exports.collect@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:20:26913 e.exports.applyContext@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:58285 e.exports.loadWidgetsIn/</</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:58079 o@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:20:26626 e.exports.sequence@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:20:26635 e.exports.fireOnReady@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:57269 e.exports.loadWidgetsIn/</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:58044 e.exports.collect@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:20:26913 e.exports.loadWidgetsIn@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:46:57927 b@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:87:36818 navigateTo/this._pendingRequest</<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:87:36056 navigateTo/this._pendingRequest<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:87:36033 u@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48649 s@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48575 d/this.resolve@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49593 l@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49021 c/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48927 u@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48649 d/l.then@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49928 u@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48753 s@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48575 d/this.resolve@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49593 l@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49021 c/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48927 u@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48649 s@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48575 d/this.resolve@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49593 l@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49021 u@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48780 s@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:48575 d/this.resolve@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:5:49593 b/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:87:36855 get/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:52:19128 a@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:52:218318 M/<@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:52:218463 c@http://localhost:8080/mxclientsystem/mxui/mxui.js?637007608717728709:52:221434    
asked
1 answers
1

The entity access is not your problem, but the document element’s editability. Check if there are documents or elements for which the editability is set to role names that are not assigned to your user.

answered