hi everybody.
how can i hide the social pane in microsoft dynamics crm for mobile using javascript
i used Xrm.Page.ui.tabs.get("Summary").sections.get("SOCIAL_PANE").setVisible(false); but it cannot work
*This post is locked for comments
hi everybody.
how can i hide the social pane in microsoft dynamics crm for mobile using javascript
i used Xrm.Page.ui.tabs.get("Summary").sections.get("SOCIAL_PANE").setVisible(false); but it cannot work
*This post is locked for comments
Unfortunately, the social pane is not customizable. Either you hide or show it for everyone.
Maybe one idea from my side (to be tested) :
* Create a form for phone => move the social pane at the end of the form (since only the first XX elements are displayed)
and for the laptop version keep it this way.
You might be able to use some JS to check if the user in on mobile/tablet to switch from a form to another.
Cheers
Clément
it doesn't work
Hi,
If it doesn't work, make it by default invisible on the form and then onLoad visible if you use the web interface, i.e. do it the other way around :)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156