Unable to get a member from variable $currentObject Error

0
Hello,  I am trying to show a text over an association and getting the following error, even if the security is in off. Searched in forum but not able to find a workaround Error: Unable to get a member from variable $currentObject, because you do not have sufficient permissions to "Module1.Entity1.Var1".    at e.prototype.resolveAttribute (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:94489)    at e.prototype.resolve (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:93836)    at e.prototype.evaluate (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:93346)    at Anonymous function (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:93158)    at Array.prototype.map (native code)    at e.prototype.evaluate (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:93123)    at m (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:94921)    at b (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:35:95028)    at Anonymous function (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:79:27753)    at f (http://localhost:1236/mxclientsystem/mxui/mxui.js?637051083991308888:79:27730)
asked
1 answers
0

Are there any security rules applied, with no access given on Var1, or XPath constraints set, before turning security off?

Seems like the access right block the access. So my guess is that turning security off, doesn't turn it off completely. Just thinking...

answered