Use Case: Hiring Application form that needed to pull Resume attachment from Candidates list. I first setup a calculated column that retrieves the ID from a Candidate Lookup List column. I set a Javascript variable to ‘cID’. parseLookup(Candidate, False) I then created a hidden Single Line Text box with a […]
Category: Software
Nintex Form Tricks, Part 2: Set List Lookup defaults to all checked.
Nintex Form Tricks, Part 1: Filter List Lookup on Multiple Columns
Filtering and Limiting Date Pickers on Nintex Forms
Had a project to create a service scheduling list. Certain services are only available during specific hours and specific days. The trick was to filter the date picker in relation to the service selected via Nintex javascript. All of the code below goes into the Custom Javascript section of your […]
SharePoint 2016 Copy Shortcut Context Menu
Party Mode mod for Volumio
Access 2013 Crosstab Query with Dynamic Column Headers
Filtering InfoPath drop-down list on previous, future selections
Another requirement for my teleconference reservation form was to only allow one unique user to be assigned to a number. I had to figure a way to filter or exclude previously selected users from other drop-down box selections. My user drop-down is populated via the Attendees people picker field from […]
Submitting Date/Time with InfoPath to Web Services
I created an Infopath for users to request teleconference numbers. I have two lists; Schedule and Conference List. Schedule list had these columns: Title, Start Date, End Date, Attendees, Status, Assigned. Conference List had these columns; Source (which will be set to Title above), Title, Phone Number, Start Date, End […]
Working around SharePoint 2010’s 5,000 item view limits
Update 1/13/2016 – Changes to script. The original script hides the list view pagination. Changes marked as Pagination Fix below. I have a SharePoint list that has exceeded the 5,000 item limit threshold. This, of course, causes a couple of views to go bonkers. I indexed several list columns but […]