Hello guys, I'm having a problem when I try to access the IDCUser's detail.
Only if the logged user has administrator permission that the error does not happen. The error shows is the following: "permissionRequest.TargetObject incompatible with targetObject.GetType()"
I have attached a print showing my configuration of Data Access Permissions of Users' role.
Hello Sasha, this solution solve the problem but I have a much wider application with several users and wouldn't be feasible to apply this solution.
I would like to understand why the MyDetails View problem occur only if the logged user doesn't have the Administrator Role.
Regards.
Sasha (Xafari Support)Client
Hello,
Thank you for your answer.
We are working on your issue and it will take some additional time. Please bear with us.
Regards, Sasha.
Sasha (Xafari Support)Client
Hello Lucas,
To solve your issue you must: - edit your application on video (attached file Security.zip previously) - Clean and Build the solution - copy and save your database - examine the script (attached file SQL_Script.zip) and run this script for your DB. This script adapts the database for its proper operation. - run application.
Let me know if you need further assistance. Regards, Sasha.
Thank you for the script. However, I implemented a temporary solution redirecting the "My Details" to another view because it has many IDCUser's calls in code as well. I will schedule this change as soon as possible.