Update a choice field via REST in SharePoint
Updating a list item in SharePoint using the REST service is pretty straight forward once you know...
Read Moreby Omar | Mar 10, 2020 | Code Snippet, SharePoint Services, SharePoint Useful Tricks | 0 |
Updating a list item in SharePoint using the REST service is pretty straight forward once you know...
Read Moreby Omar | Nov 29, 2018 | Code Snippet, JavaScript, JQuery, SharePoint Useful Tricks | 0 |
A recent requirement I came across was the need to verify that a date being entered into a...
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 | Sep 1, 2018 | Code Snippet, JavaScript, JQuery, SharePoint Services, SharePoint Workflow, SP Workflowservices | 1 |
A few projects I’ve worked on required the need to start a workflow programatically using...
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 1, 2018 | Code Snippet | 0 |
by Omar | Jul 25, 2017 | Code Snippet | 0 |
In this post we’ll look at creating a pop-up notification using Javascript, HTML and CSS. The end result will be a little man point at a monitor in the bottom right hand side of the screen for 6 seconds (can be changed)...
Read Moreby Omar | Apr 7, 2016 | Code Snippet, SharePoint | 0 |
_spPageContextInfo .userDisplayName .userEmail .userLoginName .userId .userLoginName
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 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 | Code Snippet, JavaScript, JQuery, SharePoint Services, SharePoint Workflow, SP Workflowservices | 0 |
One very useful tool at our disposal is the ability to start Workflows via JavaScript with the use of JQuery (you can replace the JQuery parts to make it full JavaScript if required) This is great for creating custom actions or...
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