There are few ways to communicate with SharePoint API which includes : SSOM – Server-side object model, this approach is used when your code sits on the SharePoint farm and…
Month: May 2017
Break permission inheritance on large list – The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator.
When trying to change a document library permission and break the inheritances, you may receive this error if your library/list item count exceeds the threshold, which is 5000 by default…
Disable “send an email invitation” when providing user permission
How to disable sending emails to users each time they are added to a groups, or provided access to document libraries. Each time you add a user to a security group or to a SharePoint site, the…
Set E-mail on a sub folder in a SharePoint document library – options
So we know we can set email on a document library and lists in SharePoint including : Document, picture, or form library Announcements list Calendar list Discussion board Blog …
Permission controlled Navigation in SharePoint 2013 Using Term Store
The requirement is to hide part of the navigation options based on the user security group. In other words, hide from the end-users navigation tabs were they don’t have permission to…
Patching SharePoint 2013 Server 1 out 3 Finding out your current patch level
steps : Identify the current farm patch level: Central Admin – > Manage servers on this farm The configuration database version indicates the Build Number in the above example 15.0.4569.1000. You…
Copying Objects Between Farms using Storage Point
The request was to move a single list from one farm to another. this is a simple task, but you need to be carful from the followings: Make sure the…