Releases: ZohoDevelopers/embeddedApp-js-sdk
v1.2
CDN Url
https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js
HelpDoc
https://help.zwidgets.com/help/v1.2/index.html
API Wrappers
Added
-
$Client.close - Close Widget rendered from Client Script
-
ZDK.Client.sendResponse - Send response to Client Script's NotifyAndWait event
-
ZOHO.CRM.API.coql - Get records from the module through COQL query API
-
ZOHO.embeddedApp.on("Notify", fn) - Flyout notification event from Client Script (ZDK.Client.getFlyout(x).notify)
-
ZOHO.embeddedApp.on("NotifyAndWait", fn) - Flyout synchronous wait event from Client Script (ZDK.Client.getFlyout(x).notify)
Updated
-
ZOHO.CRM.API.getRecord - added support for approved param
v1.1
CDN Url
https://live.zwidgets.com/js-sdk/1.1/ZohoEmbededAppSDK.min.js
HelpDoc
https://help.zwidgets.com/help/v1.1/index.html
API Wrappers
Added
ZOHO.CRM.WIZARD
* Post - Pass data to Wizard
ZOHO.CRM.BLUEPRINT
* Proceed - Proceed action for Blueprint
v1.0.5
Note : The below api's are currently available only in sandbox Environment.
CDN Url
https://live.zwidgets.com/js-sdk/1.0.5/ZohoEmbededAppSDK.min.js
HelpDoc
http://help.zwidgets.com/help/v1.0.5/index.html
API Wrappers
Updated
* Target="_blank" support added for Record API
-ZOHO.CRM.UI.Record.create
-ZOHO.CRM.UI.Record.open
-ZOHO.CRM.UI.Record.edit
* file upload issue fix.
*jQuery dependency removed
v1.0.4
Note : The below api's are currently available only in sandbox Environment.
CDN Url
https://live.zwidgets.com/js-sdk/beta1.0.4/ZohoEmbededAppSDK.min.js
HelpDoc
http://help.zwidgets.com/help/v1.0.4/index.html
API Wrappers
Updated
* Target="_blank" support added for Record API
-ZOHO.CRM.UI.Record.create
-ZOHO.CRM.UI.Record.open
-ZOHO.CRM.UI.Record.edit
v1.0.3
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
1.0.2
CDN Url
https://live.zwidgets.com/js-sdk/1.0.2/ZohoEmbededAppSDK.min.js
HelpDoc
http://help.zwidgets.com/help/v1.0.2/index.html
API Wrappers
Updated
* getRelatedRecords now supports page & per_page parameters
* ZOHO.CRM.FUNCTIONS.execute updated to latest changes made
Fixed
* ZOHO.CRM.CONNECTION.invoke implemented
beta 1.0.1
CDN Url
http://live.zwidgets.com/js-sdk/beta1.0.1/ZohoEmbededAppSDK.min.js
HelpDoc
http://help.zwidgets.com/help/v1.0.1/index.html
API Wrappers
Added
* ZOHO.CRM.CONNECTION.invoke - Invoke DRE Connector Created inside ZohoCRM
* ZOHO.CRM.FUNCTIONS.execute - Execute a standalone CustomFunction configured inside ZohoCRM
1.0
CDN Url
https://live.zwidgets.com/js-sdk/1.0/ZohoEmbededAppSDK.min.js
HelpDoc
http://help.zwidgets.com/help/v1/index.html
API Wrappers
Added
* getAllProfiles - Fetches all the profiles present in the app
* getProfile - Fetches the details of the profile for the given ProfileID
* updateProfile - Updates permissions for the given profileID
* getCustomViews - Fetches data of custom views matching with Entity
* getLayouts - Fetches data of layouts matching with Entity
* getRelatedList - Fetches data of related list(s) matching with Entity
* create - Opens create Page of the given Entity
* edit - Opens edit Page of the given RecordID
Updated
* getOrgVariable moved from ZOHO.CRM.CONFIG to ZOHO.CRM.API
Fixed
* ZOHO.CRM.UI.Resize has been implemented
Removed
* getPageInfo - Replaced with onPageLoad event
EmbeddedApp Changes
Modified
* Responses are sent without any modifications
beta 0.9.5
HelpDoc
http://help.zwidgets.com/help/v0.9.5/index.html
API Wrappers
Added
* Popup.close- To close ButtonWidgets interactive popup
* Popup.closeReload- To close ButtonWidgets interactive popup and reload the currrent View (ListPage, Detail Page)
* Record.populate - populate create/edit form through ButtonWidget
beta 0.9.4
HelpDoc
https://s3-us-west-2.amazonaws.com/zohocrm-widget/help/v0.9.4/index.html
API Wrappers
Added
* Multipart support in invoke Connector
EmbeddedApp Changes
Modified
* PostMessage Object Serialisation issue fixed