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 […]
About: mmwheeler
Posts by mmwheeler:
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 […]
Managing SharePoint User Group Memberships with JQuery and SPServices
Query for SharePoint Groups and Members with JQuery and SPServices
BMC Remedy Assigned Group Incident Transfer(s) Query
DIY Traveling guitar pedal board case.
DIY Arduino TimeLapse Panner for GoPro
SSIS: Upload file to Sharepoint Document Library (revisited)
Import InfoPath XML to SQL Table with SSIS
Had a request to import InfoPath forms into a SQL table for consolidating reporting purposes. In this scenario the InfoPath form data is stored in the form XML itself. The InfoPath form is for tracking project activities and has 6 fields: Project Leader, Week End Date, Accomplishments, Milestones, Risks, Lessons […]