You may have noticed Microsoft Graph doesn’t have a OneNote API- so if you were to get the OneNote notebook for a SharePoint group how would you go about getting it? I came up with a hack to get the OneNote notebook(s) located in a SharePoint site. Now, when a Notebook is created it willContinue reading “Getting OneNote Notebook Hack”
Author Archives: Alison Collins
ComponentDidUpdate updating properties
What happens when you select or deselect a site in my React-News web part? My web part makes use of propertyPaths, ComponentDidUpdate, and more. It gets the news posts from the current site it’s deployed on by default but you can add as many sites as you’d like. Let’s see how all of this works!Continue reading “ComponentDidUpdate updating properties”
React-News Pagination
For my React-News web part I created ‘pages’ that the user can click through. The web part breaks up all of the news posts into groups of three and displays them in that order. There is a lot happening behind the scene, however. Let’s see what’s going on! The first thing to define is thatContinue reading “React-News Pagination”
React News Webpart
I wanted to customize the SharePoint News out-of-the-box web part so I re-created it with some of the features I wanted. The web part gets the SharePoint News Posts from a SharePoint site or multiple SharePoint sites and displays them in one of two styles. The styling of my web part is based off ofContinue reading “React News Webpart”
Protected: List Sync Part 2.a – Power App
There is no excerpt because this is a protected post.
Project Due Date List Formatting
Say you have a Project Management list with a Due Date column. You want the Due Date column to indicate it’s status based on it’s color. If it is past due it’s red, due today is yellow, or due later is green. This can be accomplished by using column formatting. Let’s build this out! TheContinue reading “Project Due Date List Formatting”
List Sync Part 1
Have you ever needed to sync a list one way in Power Automate? If you’re reading this you probably need to and that’s what this blog post is for! Say you need an inventory of all the fruit you have, some being sold and some not. You want your salespeople to only have a listContinue reading “List Sync Part 1”
Approval Workflow For News
I had a client request a workflow that, on News Post creation, if it was marked to be on the home page ( Highlighted ) it would send an approval email to reject/approve the post. I had never done this before and it was tricky for me to figure out, so I hope this postContinue reading “Approval Workflow For News”
Communicating With Clients
Dealing with clients can often be frustrating and confusing. Sometimes clients don’t even know what they even want or flee at the sight of a price tag. It’s a constant back and forth battle to communicate with difficult clients. Here are five tips to help you bring your A-game and conquer the feat of makingContinue reading “Communicating With Clients”
Upgrades – Webpart and Environment
Upgrade Your Webpart There’s a difference between upgrading your webpart and upgrading your environment; You can upgrade your environment and every webpart you create after that will be that version, or you only upgrade one at a time and keep your current version the same. If you don’t want to use a certain version butContinue reading “Upgrades – Webpart and Environment”