The SharePoint sharks blog is dedicated to provide news, technical articles, how-to guides. I hope this platform will grow to be a knowledge base for both end-users and SharePoint administrators.
The SharePoint sharks blog is dedicated to provide news, technical articles, how-to guides. I hope this platform will grow to be a knowledge base for both end-users and SharePoint administrators.
Usually this will happen when the SP.ClientContext Js file was not loaded before it is being used. in other words, a method has been called before the whole sp.js finished…
links to good PowerShell scripts for workflows SP2007 PowerShell Script To Find Instances Of Running SharePoint Workflow $assoc = $spList.WorkflowAssociations | where {$_.BaseId -eq $workflowBase.Id.ToString() ` -and $_.RunningInstances -gt 0} if($assoc…
How to set SSL on a private site, blog for example, way under 60$, and keep the change. I bought my SSL certificate for this blog from namecheap using their PositiveSSL, which…
These are the options available : Turn the field into a text field, and on the field’s validation rule add the following formula: =ISNUMBER([ColumnName]+0) The down side is that…
In order to resolve this issue you will need to change the master-page and add the following tags, which allows the page content to be presented inside an Iframe element.…
This error happens when a user is trying to consume SharePoint 2013 pages into an Iframe element on a different domain website (which can be another SharePoint farm). SharePoint 2013 created this security measure to…
Clickjacking : Make the user click on element that is maliciously doing other actions than the user intended. for example ,if a content is hijacked from another site using iframe, the…