AndyHMar 19, 20191 min readEdm.DateTime error on updateWhile working with reading and writing to a list I came across the error with 'Edm.DateTime'. I received this error when attempting to...
AndyHMar 18, 20191 min readGet current userI needed to know who the current user is to customise my web part. The details are available through PnPJS. Shantha Kumar Thambidurai...
AndyHMar 16, 20191 min readCreating a new list itemUsing PnPJS to create a new list item is really easy to do with items.add. In this example a new list item is created, populating the...
AndyHMar 12, 20192 min readQuery a list or libraryQuerying a SharePoint list or library is not a puzzle thanks to the power and flexibility of PnPJS. Check out this post on how to install...
AndyHMar 11, 20191 min readGetting a user photoI wanted to display the photo for a user profile - there a URL for that! Short and sweet today, add this to your site address and you...
AndyHMar 11, 20191 min readGet the SPUser detailsWhen querying a list or library that contains a 'Person or Group' column, the data returned only includes the user Id by default. So how...
AndyHMar 10, 20194 min readGetting set up with SPFxIn this first blog post I am going to summarise the areas I focused on and the resources I found useful to get set up and started. The...