Update a SharePoint Hyperlink field via a Workflow
One great feature in SharePoint is the Hyperlink/Picture field which allows URLs or pictures to be...
Read Moreby Omar | Jan 8, 2019 | SharePoint List Settings, SharePoint Useful Tricks, SharePoint Workflow | 0 |
One great feature in SharePoint is the Hyperlink/Picture field which allows URLs or pictures to be...
Read Moreby Omar | Nov 27, 2018 | Code Snippet, SharePoint List Settings, SharePoint Useful Tricks | 0 |
Highlight odd rows in SharePoint list using JSLink to fix that one common annoyance with the default SharePoint views! Of course I’m talking about the fact the rows aren’t highlighted in an even/odd format like they...
Read Moreby Omar | Jul 31, 2018 | Code Snippet, SharePoint List Settings, SharePoint Useful Tricks | 0 |
The following code can be used to iterate through all of the items within a list and pull out all...
Read Moreby Omar | Jul 31, 2018 | PowerShell, SharePoint List Settings, SharePoint Useful Tricks | 1 |
Publish all files in a document library programatically using Powershell and SharePoint Online...
Read Moreby Omar | Apr 5, 2016 | Code Snippet, SharePoint List Settings | 0 |
There are many different occasions when you may be required to setup some custom search features on a list or library, this could be searching for any type of field on any number of fields. However in this scenario we will be...
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 | Feb 28, 2016 | Code Snippet, SharePoint List Settings, SharePoint Useful Tricks | 0 |
Ever needed to work out how many business days exist between one date and another? Look no further! The below calculation came about as part of a need to calculate case deadlines based on business days only (i.e excluding...
Read More