[Vtigercrm-developers] Error Permission to perform the operation is denied for id in webservice for sales order

ram prasad ramtrg at gmail.com
Tue Jul 17 21:25:09 PDT 2012


Thank You Adam Heinz...It works great...

On Wed, Jul 18, 2012 at 2:26 AM, Adam Heinz <amh at metricwise.net> wrote:

> I'll ask the obvious question, does the currently logged in user have
> write privileges to the SalesOrder module?
>
> ACC1 looks like an account_no, not the account_id.  If you go to the
> Accounts module and look at ACC1, look at the URL and note the
> record=12345.  Then you will combine that with the web service id of
> the Accounts module to get something like 3x12345.
>
> SELECT id FROM vtiger_ws_entity WHERE name = 'Accounts';
> SELECT accountid FROM vtiger_account WHERE account_no = 'ACC1';
>
> That said, pretty neat that you're using the web service with the
> session created by logging into the web page.  I didn't realize that
> was possible.
> _______________________________________________
> http://www.vtiger.com/
>



-- 
BY

R.RAMPRASAD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120718/62f9aada/attachment.html 


More information about the vtigercrm-developers mailing list