Hi,

For a given specific role , I wanted to know whether the user has access to specific action in that role.

Initially I found out that ACL controller has a function ACLContoller::ChekAccess(ModuleName,Actionname) which returns the result a has/hasnot access.

But what it seems to be that the above function gives combine outcome(where most restrictive privileges prevails) even in a case where the logged in user assigned to multiple roles. and more over the above function does not take a specific role as a parameter.

I wanted to know is there any way where i can try and get the user access details using a specific role as a parameter.

Any inputs on these is appreciated.

SugarVersion : SugarCE 6.0

Regards

Mak