Is App web created for all three type of apps same?
App web is created for all three type of apps (i.e. SP hosted, provider hosted and auto hosted) if it is required. I am wondering app web that is created for all 3 type of apps, is there any difference...
View ArticleHow app web inherits the css styles & java scripts from host web
App web can inherits the style CSS & Java script files from host web. I am wondering as app web uses separate domain how does it still inherits the style CSS & java script files? I am talking...
View ArticleApp stapling vs app with tenant scoped
As per my understanding App stapling is nothing but deploy the app with tenant scoped. If app is deployed as tenant scoped, one instance of app will be created and this instances will be available to...
View ArticleWhy apps are required to be registered.
before using the app in environment app has to be registered using AppRegNew.aspx.this screen gives client id that has to be configured in app manifest file. I am wondering what all sort of things...
View Articlenew instance of app shouldn't be crawled
When app instances is created it gets crawled. All the list & document library that are part of app instance are started getting crawled by default.I don't want new instance of app to be crawled....
View Articlewhy SharePoint Designer can't be used with App web
Do anyone know the reason why SharePoint Designer can't be used with App web?Amit - Our life is short, so help others to grow..... Whenever you see a reply and if you think is helpful, click ♥Vote As...
View ArticleHow to send an E-Mail using JSOM?
Hi there,I was wondering if it is possible to send emails from a SharePoint App using only JS. I know how to do it in C# (with web services and what not...), but my entire app is JS based and I would...
View Articlewhy developer site template is introduced in SP2013.
Developer site template is introduced in SP2013 to be used in app development. As recommended it should be used only in development, it should never be used in production. Once Apps are ready, app...
View ArticleSkyDrive Pro API to upload a document to MySite
Hi ,I am trying to find an API to upload a document to SkyDrive Pro which is present in the My Site from a site collection. Is it possible on Office 365 with the help of Javascript or REST or any other...
View Articletenant scoped app in on premises installation
I am wondering can we use the tenant scoped app in on premises installation where tenancy is not being used. Is there any default tenancy SharePoint creates even if tenancy is not enabled.Amit - Our...
View ArticleApp and App instance should only be visible to specific AD group
i am working on sharepoint hosted app that should only be visible to specific AD group. this app will be deployed in App catalog. i have created a sharepoint group and added that AD group in it. i am...
View ArticleDelete a RemoteEventReceiver from Host Web
Hello,I recently created an Autohosted App for Office 365/SharePoint 2013.The App has an AppEventReceiver for Installed and Uninstalling Events. Within those AppEventReceivers I am trying to add a...
View ArticleSharePoint 2013 REST API syntax
I have a piece of code that is used to fetch list items from host webfunction getItems(){ executor =new SP.RequestExecutor(appweburl); executor.executeAsync({ url: appweburl...
View ArticleIntegrating a SPA in Sharepoint 2013
I've recently built a Single-Page Application (SPA) using HTML5+CSS3+Javascript. Managers are looking into SharePoint for future development but I'm not convinced it will allow building LOB...
View ArticleMigrate Access web app thru environments
Any guidance on migrating a access web app btw development, testing and production sharepoint enviroments.Once a app is deployed, user makes changes to forms, even table structures.How to migrate thru...
View ArticleVisual Studio 2012 unable to log in to Office 365 SharePoint Developer sites...
Hello,We are receiving an "An error has occurred on the server." error with correlation id etc when we try to log in to view any Napa App project file from Visual Studio. We see this from all dev...
View Articlehow to know whether the current user is a visitor/admin/member of a specific...
I have a share point sub site which has some one more sub sites. When the user logs into the main sub site , i want to individually check whether the user is a member/owner/visitor of each of its sub...
View ArticleSharePoint Hosted Application - Default.aspx, Layout Missing
I created a basic sharepoint hosted application by following the articles (i.e., Creating the DNS, app url conifguration etc.,) I was able to deploy the app successfully. But the thing, is, when I am...
View Article"Access denied" Error when accessing TermSets out of SharePoint hosted App in...
Hi,I developed this SharePoint hosted-app: Layer2 Term Set GlossaryBy testing it in our SharePoint Online dev environment everythin runs fine. The permissions ("Stie Collection", "Read") are enough to...
View ArticleGet all My Site Urls/All UserProfiles for SharePoint Online
Hi,I got a request that I need to list urls for all my sites for users in a tenant but I have no idea how to do this. I googled a lot but found nothing.I tried the SP Online API, and it's capable to...
View Article