Skip to content

v1.0.3

Compare
Choose a tag to compare
@udhayakumar-d udhayakumar-d released this 26 Oct 06:26
· 36 commits to master since this release

Note : The below api's are available only sandbox Environment.

CDN Url
https://live.zwidgets.com/js-sdk/1.0.3/ZohoEmbededAppSDK.min.js

HelpDoc

http://help.zwidgets.com/help/v1.0.3/index.html

API Wrappers

Added

* approveRecord - approve pending approval record
* getAllActions - Fetch all actions matching Entity and recordId
* getApprovalById - Fetch approval details by using approval id
* getApprovalRecords - Fetch all pending approval records of the logined user
* getApprovalsHistory - Fetch approval history
* getBluePrint - Fetch blueprint details matching Entity and recordId
* uploadFile - Store files in global server
* getFile - Get file which uploaded by using upload api
* upsertRecord - create records and update existing records with matching fields
* updateBluePrint - update blueprint matching Entity and RecordID
* authorize - Connector authorize support
* put and patch support  - ZOHO.CRM.HTTP

Updated

* searchRecord - delay param added. Fetch data without delay
* getOrgVariable - Fetch multiple org variables
* Trigger option supported in insert,update and upsert api