Resource management: Now compatible with DFFS
I have previously posted a solution for preventing double booking of resources. This is a remake of the resource management solution that is more lightweight, and can be used with DFFS. It can also be...
View ArticleKPI for SharePoint 2010 and 2013
I received a question about the built in KPI in SP 2010. The user added the KPI to a list view that was filtered with a Query String Filter, but the KPI didn’t respect the filter and kept calculating...
View ArticleDFFS v4.210 BETA
Please note that this version is BETA and is NOT intended for a production environment. I have released a new BETA version (v4.210 BETA) of DFFS, but I need help testing it as I have made some...
View ArticleSPJS-Lookup: Convert a single line textfield to a dropdown select based on a...
This is a remake of a solution I posted in 2009. It does mostly the same as the old one, but the code is overhauled, and it is now compatible with DFFS. What does it do? This solution is used to...
View ArticleDFFS v4.250 released
This release has multiple changes and additions from the previous production release (v4.200). You find the complete changelog her: http://spjsblog.com/dffs/dffs-change-log/ I will show you one...
View ArticleSPJS Poll for SharePoint v2.0
I have brushed up the 5 year old solution Poll for SharePoint, to change the deprecated “Google Image Charts to use Google Charts (AKA Google Visualization). The Image Charts are officially deprecated,...
View ArticleCascading dropdowns now supports multi choice
I have updated the cascading dropdown solution to support multi choice in all positions. Refer this article for setup instructions and background information. To use multichoice on the select, you must...
View ArticleApprove or reject list items
I have previously posted a JavaScript solution for approving multiple documents or list items. This is an updated version that adds two buttons in the ribbon: one for “Approve” and one for “Reject”....
View ArticleJSLink: Add client side rendering to a field
Please note that JSLink / Client side rendering is only available in SharePoint 2013. Use this code to set the JSLink property of a field in a list or library. This enables you to override the default...
View ArticleSPJS-Utility updated with support for querying large lists
By request I have added support for querying large lists (over 5000 items) using “spjs_QueryItems” or “spjs.utility.queryItems” in SPJS-Utility.js If you use this for example with the DFFS Plugin...
View Article