Skip to main content

Posts

Showing posts with the label SharePoint 2013

How to create custom permission level in SharePoint online

In this article we are going to discuss custom permissions in SharePoint online and "How to create custom permission level in SharePoint online".  We will also explore usage of the custom permission and scenarios where custom permissions are useful. SharePoint have some default permission levels like full control, design, edit, contribute, view, read and view only. Every permission level defined the accessibility of user on the items. Permission level plays important role in SharePoint security. For an example: In some scenarios you need to assign a permission to user for add and edit the item but you do not want to allow user to delete the item. For such types of scenarios there is no default permission level is available, to fulfill your requirement you need to create custom permission level. How to create custom permission level in SharePoint : 1 Navigate to S ite settings.  2. Click on  Site permissions  and you will redirect to the permission page. 3. Click on t...

What is developer site in SharePoint

Developer site is used by a Visual Studio for deploying and developing the app. You do not need the app catalog site to deploy the solution on developer site because the developer site by default creates an app catalog. When you try to deploy add-in on non-developer site you got " Sideloading of apps is not enabled on this site " and to resolve this you need to enable app sideloading feature on the site. How to create developer site :  1. Login in your office 365 credentials and move to office 365 admin center and click on the SharePoint. 2. Now you are at SharePoint admin center by default you are at site collections section. Click on      new – Private site collection . 3. Now fill the Title, Web Site Address and select the   Develoepr Site in template section, selcet time zone and give the name of the Administrator of the site. You can also fill the resource quota, if you want and click on the OK. 4. You can check y...

How to save list as template in SharePoint

In this blog, we are going to learn, how to save the list as a template. We can save the list as template with the content and without content but there is a restriction of size for the content. List template are provide us flexibility to recreate list with same structure. Using this list template we can create a list with the same structure(same column name and same type) anywhere we wanted to. In Modern SharePoint, we need to enable custom scripting to view this option. Please follow these steps to save the list as a template. 1. Navigate to your target list which you want to save as a template. 2. Click on the List setting . 3. Now click on the Save list as template. 4. Now give a file name and template name, you can also check the include content option if you want to save the template with content but there is a limit for the content size and if you want to save the template without content do not check the include content option and click on OK . ...