Unable to get a member from variable $dataView3, because you do not have sufficient permissions

0
All, I am seeing this issue while access attribute of dataview1 from dataview2. Dataview2 is inside dataview1. This code was working fine in Mendix 8.8.1 and started seeing this issue when I upgraded to 8.10.1. Required access is give to login user. Any inputs are greatly appreciated.    An error occurred while evaluating conditional editability expression in Payment.Payment.textBox6: Unable to get a member from variable $dataView3, because you do not have sufficient permissions to "Payment.BillingMethodDTO.IsEditable". Error: An error occurred while evaluating conditional editability expression in Payment.Payment.textBox6: Unable to get a member from variable $dataView3, because you do not have sufficient permissions to "Payment.BillingMethodDTO.IsEditable".     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:73:306494     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:73:306623     at y (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:20:6196)     at http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:73:305958     at ue (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:35:7913)     at e.computeValue (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:35:14214)     at e.trackAndCompute (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:35:14040)     at e.get (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:35:13091)     at oe (http://localhost:8080/mxclientsystem/mxui/mxui.js?637299866224072983:35:7367)              
asked
3 answers
1

Since you say it worked in 8.8.1, and now you experience this issue in 8.10.1, a good attempt to solve this is to upgrade to 8.10.3 or 8.11.0. This just might solve it, although the release notes do not mention this bug.

Also, recheck if your logged-in user indeed has all the necessary access rights. Not only to the rule IsEditable but also to the related entities in that rule.

answered
0

Thanks for the reply. I tried with 8.10.3 and 8.11 and same issue occurred in both versions. 

answered
0

Hi

Can you post the access rules of both dataview entities to get clear idea about the issue.

answered