Clear SharePoint Designer Cache
It can happen that SharePoint Designers local files gets out-of-sync. For some reason hitting the update button won’t help. Easy fix: Delete the local cache by deleting the contents of …
Sharepoint | Office 365
It can happen that SharePoint Designers local files gets out-of-sync. For some reason hitting the update button won’t help. Easy fix: Delete the local cache by deleting the contents of …
Best solution to create Automatic UserProfile Import to SharePoint Create folder “ImportProfileImages” Create subfolder “ProfileImages” Create “c:\SPSolutions\ImportProfileImages\UpdateUserProfiles.ps1” with the code from SharePoint Use Cases Create “c:\SPSolutions\ImportProfileImages\RunUpdateUserProfiles.ps1” with this code: Save …
Read moreImport user profile pictures to SharePoint using PowerShell
TCP Connection Test Program
A normal link to an InfoPath template could be /FormServerTemplates/template.xsn But in order to get pageviews in InfoPath to work in IE11, you have to add the domain in Compatibility …
I got this error: The EXECUTE permission was denied on the object ‘proc_putObject’, database ‘SharePoint_Config’ Solution: Assign Execute permissions on the SharePoint Config database for the user who runs the Application …
The function for calculating the difference between two dates in a calculated column in SharePoint, without counting the weekends: =(DATEDIF([Start Date];[End Date];”D”))-INT(DATEDIF([Start Date];[End Date];”D”)/7)*2-IF((WEEKDAY([End Date])-WEEKDAY([Start Date]))<0;2;0)+1