Feature reciever problem with SharePoint 2013 RTM
While developing a feature that includes a feature receiver in Visual Studio 2012 against a SharePoint 2013 RTM environment, after successfully deploying to one site collection an attempt to change the...
View ArticleLooking for documentation about SharePoint 2013 on-line capabilities
Hi,Can any one point me to video or document that describes what new in the SharePoint 2013 on-line development capabilities?Thank youSarah
View ArticleAccess SharePoint Site in Remote Machine
Hi,I need to access a remote server inorder to get UserProfile information from the server which i am in. Currently im trying to do this a console application. I get "Web application at <URL>...
View ArticleDeveloping web parts for SharePoint 2013
When developing Web Parts for SharePoint 2010 we used to develop using the Server Object model for tasks such as getting items from lists, updating lists and so on. But for 2013 is the recommended...
View ArticleDisplay a status with SPPageStatusSetter in List event Receiver
HiHow can I display a status bar from an list event receiver ?In fact how can I get the page where to add an SPPageStatusSetter using Controls.Add(status) ?ThanksSorin Sandu
View ArticleSorry, this app is not supported on your server.
Hi all,Getting this message after deploying app to app catalog site...Sharepoint version is RTM (15.0.4420.1017)VS2012 devTools version: 11.0.51018.00 if it mattersIn general, apps from app store are...
View ArticleSharepoint userprofile, sharepoint chat in shrepoint 2013 app using...
Hi I need some samples for SharePoint user profiles - in SharePoint appsLoading user properties with name/account nameSharePoint 2013 chatFollowing peopleSome more Social network...
View ArticleSharePoint 2013, Application Page, jQuery AJAX request using POST blocked!
Hi,I have two application pages, one should call the other using AJAX to obtain some data.I'm using this code in the first page:<asp:Content ID="PageHead"...
View ArticleHelp with Quick Launch Snippet needed
Hello,I'm working on customizing the quick launch menu on a publishing site to show more levels than 3. Ie I have a site with the following structure.Site 1-Site 1.1--Site 1.1.1---Site 1.1.1.1Site...
View ArticleAssigning a list role to "Everyone" in C#
Hi all,I've currently written some code in C# that runs on Office 365/Sharepoint Online.In the code, I'm programmatically breaking role inheritance on a list and want to assign the list to the Office...
View Articlenoob question books/learning
normally I do this research on Amazon but too many books are getting high ratings.Sharepoint costs money and since I have not had a budget for a sharepoint server I did whatever I could using c#,...
View ArticleGetting listdata with REST - fieldnames
I'm trying to fetch data from a list by using REST. The list has fields like "LastName", "FirstName", etc... When I receive the data i cannot address the LastName or FirstName-fields. The data is...
View ArticleHow to get analytics reports programmatically in SharePoint 2013?
In SharePoint 2010 it was possible to obtain data from web analytics programmatically using Microsoft.Office.Server.WebAnalytics.Reporting.AnalyticsReportFunction class.How can you get search reports...
View ArticleExternal CSS file in HTML master page
Dear allFirst of all the question: How do I refer my own style sheets (in the Style Library library) in Sharepoint 2013 directly in the master page-html file?I googled a lot and tried those...
View ArticleConfiguring DNS Domain for SP2013
Can anyone help me with configuring DNS Domain for App isolation in SP2013??I have seen a lots of posts about configuring DNS Domain which are based on installing AD Domain Services role, but I am...
View ArticleCreating index on new field creation via REST in sharepoint 2013
Hello,I use JSON to create fields in a sharepoint list:{ '__metadata': { 'type': 'SP.Field' }, 'Title': champ, 'FieldTypeKind': type,'Required': requis, 'EnforceUniqueValues': false,'StaticName':...
View ArticleImplementing custom "likes" in SharePoint 2013
We're developing a new intranet using SharePoint 2013 and I have a question about the "likes" functionality. I've created a custom list and I've turned on the rating (Rating settings) for the items in...
View ArticleChange context using RenderContext for SharePoint control doesn't work after...
I am trying to create an ASP workflow task form. It should contain two types of fields: 1. fields from related item (on which WF was started); 2. fields from task (such as Due Date). For that I try...
View ArticleDisplay Templates Resources
Hi,Where can we find detailed resources/tutorials on display templates?For example:How display templates can be created from scratch and the different concepts used in them?Conditional formatting...
View ArticleServer model authentication method
Hi,I'm looking for an authentication api in SharePoint 2013 server model. Username and password are provided from the client side, and will be authenticated. If succeeds, I'd like to save the username...
View Article