Home
M365 Dev Insights
Cancel

Tip of the day. Respnsive grid using CSS

TIP: Responsive grid using CSS almost the most common CSS problem to any project I had is mobile responsiveness. Many ways to do it using @media attribute, but I found most useful oneliner to make...

Retrieve Message Centre announcements and post to MS Teams channel

Summary This script allows you to connect to your SharePoint Online tenant and retrieve Message Centre announcements. It then connects to Microsoft Teams and loops through the announcements, posti...

Tip Of The Day. SPFx Localization extension

TIP: SPFx Localization extension for visual studio code Question - Why would you need such a thing? Answer: Check if any translations missing in SPFx project. On hover of parameter you can ...

Tip Of The Day. Apply style directly in console.log

TIP: Did you know, you can apply style directly in console.log? try this: console.log(`%cThis is great!!!! how didn't i knew it?`,'color: green; font-size: 20px')

SharingIsCaring. Create AD app and connect to SharePoint Online

Summary Create an Azure AD app, add permissions and connect it to SharePoint Online. Install-Module AzureAD # Add the Azure AD Module Import-Module AzureAD -UseWindowsPowerShell # Connect to A...

Tip Of The Day. Chrome profile migration

TIP: Migrating Chrome Profiles ? i am replacing my laptop as it almost exploded already and the main pain for me personally Chrome profiles I gathered during years. This is how you can easily move...

Tip Of The Day. SharePoint debug console by using Ctrl+f12

TIP: Did you know you can access SharePoint debug console by using Ctrl+f12 ? you can use it to check errors, warnings, verbose logging Check performance Check SharePoint entities manifests...

Upgrading Your SharePoint Framework (SPFx) Project

Upgrading Your SharePoint Framework (SPFx) Project to the Latest Version: Using M365 CLI Install Microsoft 365 CLI globally npm install -g @microsoft/365-cli Run the following com...

Tip of the day. Use enhanced Sharepoint formatter

Use enhanced Sharepoint list/column formatter using edge+extension SP Formatter

Tip Of The Day. Easy Track changes in dataverse table

My first blog post in M365 and power platform PNP community blog TipOfTheDay - Easy Track changes in dataverse table via dataverse API TIP: Did you know you can easily track changes in dataverse ...