Populate PeoplePicker with current logged in user in SharePoint 2013 with jQuery
Use the following jQuery code to populate a people picker field on a SharePoint form using jQuery...
Read Moreby Omar | Jun 25, 2019 | JQuery, SharePoint Useful Tricks | 3 |
Use the following jQuery code to populate a people picker field on a SharePoint form using jQuery...
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 | 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 |
Ever needed to limit the size of the columns of your SharePoint list to specific widths for different columns? Here’s one way of doing it.. <script src=”/SiteAssets/FreezeHeader.js”...
Read Moreby 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 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 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
Recent Comments