Hiding Form Header and Footer Through JavaScript in Dynamics 365 Power Apps

…3 parts, header command bar, header body, and header tab navigator: Let’s hide and show each one using JavaScript. Header Command Bar Hide: formContext.ui.headerSection.setCommandBarVisible(false); Show: formContext.ui.headerSection.setCommandBarVisible(true); Header Body Hide: formContext.ui.headerSection.setBodyVisible(false);…

Getting Plural Names of Entities using WebApi

In Dynamics 365 / Power Apps, entity names can have various different plural extensions, such as “s”, “es”, “ies” etc. So when you’re writing code and you need the plural…

Desktop Notifications Not Working in Omnichannel

…create a new Notification Template: Create a new record, and set the value: Now go to the Workstream associated with the chat, and under Templates set the Incoming unauthenticated to…

Salesforce Content Packs for Power BI

To install the Salesforce content pack for Power BI, go to log into powerbi.com and from the bottom left, select “Get Data”: Select Services: Search for Salesforce. Select Salesforce Sales…

Dynamics 365 Developer Extensions

…progress. You can read more about the addon here: https://marketplace.visualstudio.com/items?itemName=JLattimer.DynamicsCRMDeveloperExtensions To install, download and run the vsix: You will now see these new options when creating a new project:  …