Nintex Best Practices

The following items can help your Nintex workflows run more reliably and efficiently: 1. Disable Nintex history logging in the workflow settings 2. Create one Nintex database per Web application in SharePoint 3. Run the Nintex purge workflow script every six months or more often, depending on your farm https://community.nintex.com/docs/DOC-1218 4. Use workflow constants. Best […]

Can’t get JavaScript files to run in SharePoint?

Having trouble getting JavaScript files to run in your SharePoint site? Make sure you set the LoadAfterUI=”true” attribute in your ScriptLink tag. Here is an example: <SharePoint:ScriptLink ID=”MyBaseID” Name=”~Site/_catalogs/masterpage/MyPathtoJavascriptFile/mycustomjavascriptfile.js” runat=”server” OnDemand=”false” LoadAfterUI=”true” Localizable=”false”/>

SSIS and moving Excel files around

Need to upload an Excel to a SQL Server database on a regular basis? Check out the following article on SQL Server Integration Services (SSIS): http://www.excel-sql-server.com/excel-import-to-sql-server-using-ssis.htm  

SharePoint workflow best practices

Workflow best practices for Workflow designers should document the workflow against the business process that the workflow supports. Workflow designers should be prepared to educate workflow participants on how to use the workflow and any custom security settings. Some processes are better implemented manuallyâ for a period of time before you automate the process. This […]

InfoPath tips

To avoid NaN appearing in calculation results of InfoPath formulas, do the following: Use Now instead of Created. Try to avoid using the Automatically retrieve data when form is opened option. If a form is slow and a data connection has the setting Save with form checked, try clearing this option. If data connection still […]

InfoPath Presentation SharePoint Saturday 2/2014

You can download the notes from my presentation on InfoPath 2010 Tips and Tricks, along with the list templates and step-by-step instructions. The instructions describe configuring cascading dropdown lists and custom unique record identifiers in InfoPath.

Great references for adding items to master pages

To add SharePoint:ScriptLink tags to your master on-the-fly, you can use a custom action or a delegate control. The following references provide the details: http://sharepoint.stackexchange.com/questions/56731/add-script-reference-to-all-pages-in-a-site-collection-when-a-feature-is-activat https://msdn.microsoft.com/en-us/library/ms463169(v=office.12).aspx