.Wsp vs .App
Hi All,Farm level solution are packaged as wsp. Wsp is nothing but a zip. App are packaged as .app. Is .app file also zip file?Amit - Our life is short, so help others to grow..... Whenever you see a...
View ArticleHow to remove eventreceiver when handling AppUninstalling in a RER without...
I am trying to remove an eventreceiver from the clientContext.Web.EventReceiversby using DeleteObject() but I am getting Access Denied exceptionIn my appmanifest.xml I already granted full control to...
View Articlehow to change the List property of SharePoint:ListProperty control
Hi, i am placing the SharePoint:ListProperty in a dtaform webpart header. But the Listproperty will by default bind to the list of the page. But i need to dind it to a specified list. How to do...
View ArticleChanging regional settings or time zone for app site
How to change app site (Office365) regional settings and time zone?Is it possible? From UI or code (js or client object model .NET).
View ArticleApps are not working when internet is enabled
i have developed a sharepoint hosted apps. Iam able to deploy the app and everything is working fine as excepted. But when the internet connection is enabled, it is throwing the following error:The...
View ArticleSharePoint Hosted App: Upgrade and List Data
I was wondering if anyone knowns of some design guideance when it comes to lists that are created in app-webs and how to handle later upgrades. Specifically, how can the data be preserved in lists...
View ArticleSharePoint 2013: Login Prompts for each app installed in a page
I have successfully configured app management service in SharePoint 2013 RTM as per documentation. Everything is working in the intranet. However, our web app is accessible from the internet and when...
View ArticleInsert List Item in a parent list by using REST API
I have written the following code in a sharepoint hosted app to insert a record in a list which exists in the host site.var projectItems = [ { Title: "SharePoint", ProjectDescription: "SharePoint...
View Article[SharePoint Apps] Show current user permissions on SharePoint hosted Apps
HelloI created a SharePoint App that shows the user permissions of the list. It is SharePoint Hosted app.I have a problem with authorization. As I read, it is impossible to use the app policy on...
View ArticleCalling a WCF service through SharePoint 2013 app
Hi,I have created a very simple wcf service and hosted it in azure. I can call that wcf service through javascript in my html page.Can i do the same within a SharePoint App (SharePoint Hosted) in 2013...
View ArticleStrange behavior of App Part when hovering style options (h1,h2,...) in Ribbon
Hello,at the moment I am developing an app which provides the customer an app part. The app part Shows a Standard aspx page with app masterpage. When i have added the app part on a page and then hover...
View ArticleSharePoint Designer workflow in App
Have anyone tried to use the SharePoint Designer workflow in App?Amit - Our life is short, so help others to grow..... Whenever you see a reply and if you think is helpful, click ♥Vote As Helpful♥ And...
View ArticleSP 2013 Online Client Object Model limitation 3M on uploading a file from a...
I tried to upload large files (over 3M) to SharePoint 2013 Online in a provider-hosted APP (OAuth authentication by passing “StandardTokens”). I tried many ways, but there is no way to work for so...
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 ArticleHow to use REST api to filter a value which is in a multiple lookup column
How to use REST api to filter a value which is in a multiple lookup column.Thanks
View ArticleCan we add An App Part in Custom PageLayout through SharePoint designer 2013
Hi all,Reg: Provider Hosted Apps in SP2013I am facing one issue. I want to add one App Part in my PageLayout, like what we used to do with Webpart. But i am not able to see the Apps Category(Where my...
View Articletaxonomy & content type hub with apps
In one of our customer environment, all the common content type are hosted in content type hub & common taxonomy is hosted in MMS. As now we are moving twards the app, i am wondering will these be...
View ArticleNeed to create lists in hosted site collection web when the app is deployed.
I am creating a new share point hosted app in share point 2013. In the App, I have added lists through visual studio. I need to add lists in the hosted site collection web, as soon as the app is...
View ArticleThe webpart is duplicated in case of the app updating
I have a SharePoint hosted app. There is a list in that app, and it is brought through web part on the page.<div><WebPartPages:WebPartZone runat="server" FrameType="None" ID="WebPartZone"...
View Article0x800a1391 - JavaScript runtime error: 'frm' is undefined
I have created a custom list in my SharePoint 2013 App project. I want to create custom new/edit/display forms for my App. I created the file EditIncident.aspx that has the following code:<%@ Page...
View Article