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 […]
Category: Sharepoint
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 […]
Managing SharePoint User Group Memberships with JQuery and SPServices
Query for SharePoint Groups and Members with JQuery and SPServices
SSIS: Upload file to Sharepoint Document Library (revisited)
SSIS package to Send Email based on SP Task List Due Dates
Adding StripLines with Report Builder
JQuery Sharepoint Document Library for most Recent File(s).
I have an email-enabled document library where reports in PDF format are delivered daily. I need to display the most recent reports embedded on a Web Part page. The filenames are structured as name_datestamptimestamp.pdf Different reports are sent here so I have to discern a part of the filename (eg. […]