[Vtigercrm-developers] Webservice Return DATABASE_QUERY_ERROR
Prosenjit Sarkar
prosenjitsarkar123 at gmail.com
Mon Jan 12 15:18:50 GMT 2015
Hello
I have created custom program for vtiger 6.1.0
That's actually accept a Quotion from standalone url user *webservice*
Code look like
$objectJson = json_encode($retrievedObject);
$curl_post_data = array(
'operation' => 'update',
'username' => $CRM_UserName,
'sessionName' => $CRM_SESSION ,
'quotestage' => 'Accepted',
'element' => $objectJson
);
But its doing strange behavior . Some time its working
But sometime *webservice* return error mssage
Code: DATABASE_QUERY_ERROR Message : Database error while performing
requested operation
Kindly help me regards this
--
Best Regards
Prosenjit Sarkar
*Icode Solution*
*Skype: prosenjit7*
*+91-9830013567*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150112/b162d3b3/attachment.html>
More information about the vtigercrm-developers
mailing list