Widget window state

Change the window state save setting

Pass the value to widget_state property as "yes" in case if you want to hide and "no" to make the widget appear

window.acquire = window.acquire || [];
acquire.push(function(app){
    app.applyAction("update-settings",{"crm.widget_state_unsave":"no"});
})

Last updated