For the complete documentation index, see llms.txt. This page is also available as Markdown.

Widget visibility

Change the visibility of the widget

Pass the value to hide widget 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.hide_widget_in_web":"no"});
})

Last updated