Skip to content

Releases: zoho/embeddedApp-js-sdk

v1.5

03 Oct 17:32

Choose a tag to compare

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

HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.5

Multi page support

Modern web applications built with frontend frameworks like React, Angular, and Vue typically use client-side routing to enable seamless navigation within single-page applications (SPAs). Widget SDK 1.5 now fully supports this model, allowing SDK methods to be triggered from any route within the same SPA.

API Wrappers

Added

  • ZRC - ZRC allows to make api calls using a widget. You will be able to make api calls to CRM APIs, Connection APIs, and External APIs in a unified syntax.
  • ZDK.Cient.showMessage() - show a toast message in Page with the markdown support.
  • ZDK.Cient.showConfirmation() - Show a toast message in Page with the markdown support.
  • ZDK.Cient.showAlert() - Show Alert message with markdown support.
  • ZDK.Cient.getInput() - Get one or more input.
  • ZDK.Cient.openPopup() - Opens a widget in popup
  • ZDK.Cient.showLoader() - Shows loader
  • ZDK.Cient.hideLoader() - Hides the Loader

v1.4

24 Jun 13:47
1b18a01

Choose a tag to compare

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

HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.4

API Wrappers

Added

  • ZOHO.CRM.CONFIG.getUserPreference() - Get current user's theme (Day/Night)

Updated

  • ZOHO.CRM.UI.Resize() - Wizard resize support added

  • ZOHO.CRM.FUNCTIONS.execute() - Function execution scope changed from admin to current user

v1.3

09 Jun 19:10
c018a95

Choose a tag to compare

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

HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.3

API Wrappers

Added

  • ZOHO.embeddedApp.on("ContextUpdate", fn) - Changes in Wizard's form data will be notified in this event.

Updated

  • ZOHO.CRM.UI.Resize() - Related list height resize support added

v1.2

22 Mar 06:34

Choose a tag to compare

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

HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.2/jssdk

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

12 Apr 11:46
89d8be6

Choose a tag to compare

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

HelpDoc
https://www.zohocrm.dev/explore/widgets/v1.1/jssdk

API Wrappers

Added

ZOHO.CRM.WIZARD
* Post - Pass data to Wizard
ZOHO.CRM.BLUEPRINT
* Proceed - Proceed action for Blueprint

v1.0.5

20 Dec 09:34

Choose a tag to compare

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

https://www.zohocrm.dev/explore/widgets/v1.0.5/jssdk

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

26 Nov 10:01

Choose a tag to compare

v1.0.4 Pre-release
Pre-release

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

26 Oct 06:26

Choose a tag to compare

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

22 May 04:14
2f1b30a

Choose a tag to compare

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

26 Feb 18:21

Choose a tag to compare

beta 1.0.1 Pre-release
Pre-release

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