[Vtigercrm-developers] Error : ACCESS_DENIED, Permission to perform the operation is denied for query

Vikas Jain vikas at vtiger.com
Fri Jul 20 07:29:20 PDT 2012


Ram,

You cannot run direct sql queries on the vtiger webservices. To access
Account records you will need to send like
"select * from Accounts;"

On 20 July 2012 15:51, ram prasad <ramtrg at gmail.com> wrote:

> Hi
>      I am using WSClient library for webservice access in my Javascript
> client.I  Logged in properly. When i try to do doQuery(query,callback)
> method, error returns as "ACCESS_DENIED, Permission to perform the
> operation is denied for query".
>
>
> *My Javascript code:*
>
> var query="SELECT id FROM vtiger_ws_entity WHERE name = 'Accounts' ";
>> client.doQuery(query,postExecAccQuery);
>> function postExecAccQuery(result, args) {
>> console.log("query result-->"+result);
>>  if(result) {
>> var columns = client.getResultColumns(result);
>> alert('COLUMNS: ' + client.toJSONString(columns));
>>  alert(client.toJSONString(result));
>> }
>> }
>
>
> Result : "ACCESS_DENIED, Permission to perform the operation is denied
> for query".
>
> Also I tried this query for getting "Account" module id from database.I
> want to do ModuleID+"x"+AccountID. Is it any simple method to this from
> javascript?
>
>
> --
> BY
>
> R.RAMPRASAD
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
Regards
Vikas
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120720/b16a483c/attachment.html 


More information about the vtigercrm-developers mailing list