Namespace: Popup

.UI. Popup

Methods

staticZOHO.CRM.UI.Popup.close(){Promise}

Close Widget Popup
Returns:
Type Description
Promise resolved with true | false
Example
ZOHO.CRM.UI.Popup.close()
.then(function(data){
    console.log(data)
})

staticZOHO.CRM.UI.Popup.closeReload(){Promise}

Close Widget Popup and reload the View
Returns:
Type Description
Promise resolved with true | false
Example
ZOHO.CRM.UI.Popup.closeReload()
.then(function(data){
    console.log(data)
})