PNP JS V3 Create SPFx Context in REACT and Vanilla
PnP – Patterns & Practices Libraries @pnp/sp The @pnp/sp package provides the PnP...
Read Moreby Omar | Oct 11, 2022 | SharePoint | 0 |
PnP – Patterns & Practices Libraries @pnp/sp The @pnp/sp package provides the PnP...
Read Moreby Omar | Nov 17, 2021 | SharePoint | 0 |
The following table provides a listing of all the major fields available in SharePoint lists and Library’s and their corresponding internal names which is always useful when carrying out API queries! TITLEINTERNAL...
Read Moreby Omar | Apr 7, 2016 | Code Snippet, SharePoint | 0 |
_spPageContextInfo .userDisplayName .userEmail .userLoginName .userId .userLoginName
Read Moreby Omar | Apr 5, 2016 | PowerShell, SharePoint, SharePoint List Settings | 0 |
[PowerShell] ########################################### Add-Type -Path “C:\Program Files\SharePoint Online Management Shell\Microsoft.Online.SharePoint.PowerShell\Microsoft.SharePoint.Client.dll” Add-Type -Path...
Read Moreby Omar | Apr 4, 2016 | Code Snippet, Office 365 Documents, SharePoint | 0 |
There will always be occasions where you will have the need to open a Word or Excel document in the desktop application instead of opening it within the web browser. This could be for example due to the document not displaying...
Read Moreby Omar | Feb 29, 2016 | OneDrive, PowerShell, SharePoint | 0 |
If you find yourself in the situation where you have deleted a site from the admin centre but need to create a site with the same name you won’t be able to until the site is removed from the admin recycle bin, to delete...
Read Moreby Omar | Feb 16, 2016 | Code Snippet, SharePoint | 2 |
In this article we’ll look at a very handy way of creating a custom solution to allow us to collect votes on practically any list within SharePoint online.
In this scenario we have a nomination system that allows staff to vote for other staff members to be awarded a prize for their hard work (we will not be running through setting that part up here). At the end of the month a report is generated showing alvl of the nominations for that particular month, an e-mail is then sent out with the details of each nomination to allow certain people to vote on who the winner should be.
Read Moreby Omar | Feb 15, 2016 | Code Snippet, SharePoint | 0 |
The REST API’s on offer in SharePoint are truly staggering and open the doors to endless possibilities. You can query pretty much anything from a document library or list using the endless API’s. In this article you...
Read More