Methods
-
staticZOHO.CRM.UI.Setting.open(data){Promise}
-
Opens specified settingPage
Name Type Description dataobject Configuration Object Name Type Description APINameString APIName of the widget or url path. webTabMessageString Custom message to be passed to the widget Returns:
Type Description Promise resolved with true | false Example
var data = { "APIName" : "widgetname__settingname", "webTabMessage": { "xxxx":"13257389", "yyyy":"abcjds", "zzzz":"@*&#*$", } } ZOHO.CRM.UI.Setting.open(data).then(function(response){ console.log(response) })