Interview Questions administrator

Best SharePoint administrator Interview Questions and Answers with topic wise:


Recycle Bin | MMS | ManagedVsCrawledProperties |
Showing posts with label Sharepoint apps. Show all posts
Showing posts with label Sharepoint apps. Show all posts

Tuesday, July 15, 2014

Minimal master page in SharePoint 2013:

Step1: Select “Design Manager” and click on “Edit Master pages

 
Step2: Select “Create a minimal master page” and enter the minimal master page name “SampleMinimal” and click on “Ok” button.

 Step3: Open the minimal master page through SharePoint designer 2013 and add the below lines of code in “SampleMinimal.html”
Reason: “Design Manager” Bug in SharePoint 2013:
The actual issue is users are unable to create list/library after applying the minimal master page.
But when we are trying to create a new Document-library or List using "add an app" link it always shows "loading...” as shown in image and never ends.
<div style="display: none;">
<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderLeftNavBar" BlockElement="true" runat="server">-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderLeftNavBar" runat="server">-->
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<!--SPM:<SharePoint:AjaxDelta id="DeltaPlaceHolderPageTitleInTitleArea" runat="server">-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderPageTitleInTitleArea" runat="server">-->
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->
</div>
 

Step4: Publish the major of version to the “SampleMinimal” minimal master page.
Step5: Set this minimal master page as default master to the site.

Please let me know if faced any issues.

Sunday, May 5, 2013

Add Button to sharepoint Ribbon control using visual studio 2012

In this task, you will add a custom action to the ribbon of all Document Libraries to launch the App.
  1. In Visual Studio, right click the HelloApp node and select AddØNew Item from the Context menu.
  2. In the New Item dialog, select Ribbon Custom Action.
  3. Name the item Launcher and click Add.

Thursday, January 17, 2013

Access denied on: Napa tool/ SharePoint 2013 apps


Recently I got the "Access Denied" issue when I try to access the lists data from the Visual Studio 2012 apps and Napa tool.

To get the access permissions from the Napa tool:
You will get the below popup up window once you clicked on "properties" tab[see below fig] and here you can give the access according to your functionality.