Top "Sharepoint-apps" questions

Uncaught ReferenceError: Type is not defined in sp.runtime.js

I am trying to use the taxonomy Picker example from Office PnP. I just want to bind one field to …

javascript jquery sharepoint sharepoint-apps officedev
Uncaught Error: The property or field has not been initialized

I am trying to run the following code in a simple sharepoint app, but I got this error: Uncaught Error: …

javascript sharepoint sharepoint-apps
Change background color of table cells according to their header

I am dynamically constructing a calendar(html table) in javascript. I want to have the Saturday and Sunday columns with …

javascript html css html-table sharepoint-apps
SharePoint App Deployment error : 'Failed to install app for SharePoint'

When I tried to add a SharePoint mvc app I am getting following error: Error occurred in deployment step 'Install …

sharepoint deployment sharepoint-2013 sharepoint-apps
How to Unregister or Update Registered SharePoint app

I have an App to be used in my SharePoint tenant. From App developer I got the Client ID, Client …

sharepoint-apps
How to resolve error Message: 'RegisterSod' is undefined when launching an App from on premise SharePoint 2013 server

I have created a sample App for SharePoint 2013 and deployed it successfully. When launching the app, I am getting the …

sharepoint sharepoint-2013 sharepoint-apps
SharePoint 2013 - create site collection programmatically

With the introduction of Apps, and solutions going away. What is the best way to create a site collection programmatically? …

javascript sharepoint sharepoint-2013 sharepoint-apps