denied access client object model sharepoint online anonymous
Hi,I try to add an item (SPlistItem) in javascript with client object model. The list is in Sharepoint online website office 365 in anonymous access.Before, nearly 3 months ago it was ok, but now i...
View Articlemodify sharepoint standard forms in Visual Studio 2012
HelloWhen you create an App (sharepoint-hosted) and include in your project some Lists you should create the forms for CRUD operations but,how can I start from the standard forms that I have to create...
View ArticleHow to get the full url of a page where Minimal Download Strategy activated?
In a MDS enabled site, suppose I am accessing "/_layouts/15/ManageFeatures.aspx". So the full url will be like:- "http://siteurl/_layouts/15/start.aspx#/_layouts/15/ManageFeatures.aspx". If we want to...
View ArticleAdding a comment and a like from a Windows 8 App
I am writing a Windows 8 App (Win RT Framework) and I need to do the following from the App through codeAdd a comment to a blog postLike or unlike a particular blog postWhat are the options I have to...
View ArticleSharePoint 2010 Survey and there Survey Report.
Hi Friends,I am working on SharePoint Survey List and after completion of survey I have to Generate reports Same survey going to conduct two times Current Survey and Future Survey...
View ArticleHow to execute Powershell script in Sp-2013 from C# code?
I'm trying to execute powershell script from C# code. The code is following:- string scriptText = "Get-SPWOPIBinding"; private string RunScript(string scriptText) {...
View ArticleSharepoint 2013 Start Date and Due Date switched in Task app
Hi,I have set sharepoint 2013 and while using the Tasks app, Sharepoint is switching the Start Date and Due Date in the grid. When I go to edit they are switched. I do an update with the correct dates...
View ArticleSharePoint 2013 app to app communication
Hi, I have an autohosted apps which bind the data from mvvm application. In a page, there are 2 apps. For ex, creation of customer in one app and customer details in another app. If i add customer in...
View ArticleDataTable to Email.
Hi,I have a Timer job that will get some items from a SP list and also the timer job will send an email. I am able to get the items and send email, now I just want to know how to store these SP items...
View ArticleCheck office web apps installed or not
How to check programmatically whether office web apps installed/configured on Sharepoint-2013 server or not?
View ArticleManaged Properties with Rich Text (HTML)
Hello All.I have a rich text site column that I created through the UI. After using the column in a list and running a full crawl SharePoint automatically created a crawled property and managed...
View Articlehow to show the custom webpart in a new tab?
have created a custom webpart of outlook calendar and want to show in a new tab?
View ArticleGetting Tasks and Subtask with CSOM
HiI have a Tasks App which I am accessing using CSOM. It contains SubTasks. I would like firstly (1) to get the Tasks excluding the SubTasks, and then (2) when I get a Task, to get it's SubTasks. (1)...
View ArticleSQL data table - sharepoint 2013
Hi All, I'm wanting tro display a simple gridview of data that exists in a seperate db schemaHowever, without the use of a DVWP (SP 2013) how do I create a new data source in designer. Gone through a...
View ArticleChange title of newsfeed
Hi allIn SharePoint we get this site feed web part by enabling the feature: Site Feed.This a good feature, but it seems impossible to change title. It is possible to hide the web part chrome, but not...
View Articlelinking list column to page in sharepoint 2013
Hello All ,I have created a list which have 10 columns containing data. i have inserted list on to page . page is created from page layouts so it can not be edited in spd 2013.for some of the columns...
View ArticleHow I can send emails using the client object model?
I have tried this, but I always get an exception with error message "A recipient must be specified.":string webUrl = "http://sharepoint.example.com/"; EmailProperties properties = new...
View ArticleBuild a custom Navigation in SP 2013
Hi All, I am building a site in SP 2013 and have a question on the navigation. Initially we will have 4 items in the global navigation as: Page 1 Page 2 Page 3 Page 4 Now, for ex: user gets into Page 1...
View ArticleSharePoint 2013 Apps - have few improvements
Hi!I just started to learn SP 2013 few weeks ago and discovered some limitations in features schema and event properties:1) by default, most of content (almost all except remote receivers) are deployed...
View ArticleGetting document library data using the REST API
I'm having trouble getting both the document URL and list item ID from a document library using the REST API.I have a custom list and a document library. One of the list fields is a lookup to the...
View Article