Releases: zoho/zcrm-php-sdk
Bug fix
Supported process key in request body for record operations.
Supported process key in request body for record operations.
Email based Participants handled
Email-based Participants handled. the ID will be null for Email-based participants
handled Exception if User ID is not obtained
Handled code to throw an exception if accounts scope is not included in the generated grant token or when user email cannot be fetched with the generated access token
custom headers and params for getRecord() supported
-> custom headers and params for getRecord() supported.
-> mysql host address issue fixed.
search records bug fix
undefined index error fixed in search record
Include path modification removed
->log files generated in the project root (outside vendor)
->include path modification removed
Bulk API support provided
Provided Bulk API support in SDK.
Remote SQL database supported.
Custom persistence handler class name can be given.
Custom params and custom headers can be given.
Issue fix in custom view criteria value.
Following methods have been changed from from the last versions under each file.
ZCRMCustomView.php
-getRecords()
ZCRMModule.php
-getAllCustomViews()
-searchRecordsByWord() (function name changed from searchRecords())
-searchRecordsByPhone()
-searchRecordsByEmail()
-searchRecordsByCriteria()
-getAllDeletedRecords()
-getRecycleBinRecords()
-getPermanentlyDeletedRecords()
ZCRMOrganization.php
-getAllUsers()
-getAllActiveUsers()
-getAllDeactiveUsers()
-getAllConfirmedUsers()
-getAllNotConfirmedUsers()
-getAllDeletedUsers()
-getAllActiveConfirmedUsers()
-getAllAdminUsers()
-getAllActiveConfirmedAdmins()
-searchUsersByCriteria()
ZCRMRecord.php
-getRelatedListRecords()
-getAttachments()
please refer to the sample codes
https://www.zoho.com/crm/developer/docs/php-sdk/sample-codes.html
Handled the new OAuth response
Handled the new OAuth response
Issue fix in adding tax to product
- Issue fix in adding tax to product
2)Multiple notes and notes attachment support provided