I have downloaded Mx Model Reflection ,E-mail module with templates and Encryption modules from App Store
In security I have chosen prototype/demo and given Administrator name as mendix with my password
I have given all rights to the Administrator in the security for all the 3 modules I downloaded giving Administrator all the access
I created a page in MyFirstModule and added a button MxOverview in it and onclick of this button, it should open a page MxObjects_Overview from Mx Model Reflection
but when I run the app and click on this button an error pops up saying that :
"Executing action failed for security reasons: MxModelReflection.DSO_InheritsFromContainer" and the contents of the page are missing
but I have already checked security for Mx Model Reflection and have given the access to Administrator
In Console also these the warning when I click that button:
1)"User 'Mendix' attempted to execute the microflow with action name 'MxModelReflection.DSL_Modules', but does not have the required permissions"
2)"User 'Mendix' attempted to execute the microflow with action name 'MxModelReflection.DSO_InheritsFromContainer', but does not have the required permissions"
3)"User 'Mendix' attempted to execute the microflow with action name 'MxModelReflection.DSO_InheritsFromContainer', but does not have the required permissions"
In all these microflows I have given the administrator the rights (even by going to their properties and setting allowed user to be Administrator)
What am I doing wrong??
And what should I do so that my MxObjects_Overview page opens and shows it's contents(All the modules in my app).