Methods
- 
    staticZOHO.CRM.UI.Setting.open(data){Promise}
- 
    
    
    Opens specified settingPageName 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 Examplevar data = { "APIName" : "widgetname__settingname", "webTabMessage": { "xxxx":"13257389", "yyyy":"abcjds", "zzzz":"@*&#*$", } } ZOHO.CRM.UI.Setting.open(data).then(function(response){ console.log(response) })