[Vtigercrm-developers] Permission to access reference type is denied

Adam Heinz amh at metricwise.net
Thu May 3 07:38:07 PDT 2012


It looks like this was fixed in 5.4.0, applying this change solved the problem:

http://trac.vtiger.com/cgi-bin/trac.cgi/changeset?new=vtigercrm%2Fbranches%2F5.4.0%2Finclude%2FWebservices%2FCreate.php%4013644&old=vtigercrm%2Fbranches%2F5.4.0%2Finclude%2FWebservices%2FCreate.php%4013634

The underlying logic that was causing me problem is that the web
service does not allow you to set references to entities you do not
have access to.  Obviously, a standard user does not have access to
Users entities, which this patch adds a special case for, as people do
need to assign entities to other users.


More information about the vtigercrm-developers mailing list