Signal the end of context.executeQueryAsync queue? (JSOM)
I have a JSOM method called "getAllListsOfType" which takes a `ListTempalteType` as a parameter.It runs a recursive search, similar to a File/Directory crawl looking for all lists which match the...
View Articlecreating custom result type progrmatically
hiI need to create a custom result type progrmatically.Following is the code ResultItemType resultitemType = new ResultItemType(owner); resultitemType.DisplayTemplateUrl =...
View ArticleRecurring Event from Custom List Definition Will Not Save
I have a custom list definition I am deploying from Visual Studio. It is based on the Event content type.When it is deployed to a site, it will allow my to create single events without any...
View ArticleSharepoint 2013 Server side code security user is not logged in user, instead...
Hi,We are upgrading/porting our existing Sharepoint (works for 2007 and 2010) application on SharePoint 2013. As SharePoint 2013 supports SP2010 so it was easy for us to use all existing code in new...
View ArticleHow to get the current list item in Visual Studio 2012 Workflow project?
In SharePoint Designer 2013, there is the "CurrentItem" conveniently availble. How do I get this in Visual Studio 2012 Workflow project for SP 2013? There are these LookupSPLIstItem* actions but they...
View ArticleSharePoint 2013 - Using resource file in webpart, getting blank .ascx.g.cs...
Hey, I am developing a webpart in a new SharePoint 2013 solution. I want to use resource files from a global resource file to fill out controls, like this:<asp:Literal ID="Literal1" runat="server"...
View ArticleSharePoint Hosted App - Unable to Browse to App
Ok, I've been working on this for longer than I care to admit, I'm sure it's something simple. I can create other SharePoint 2013 solution types (aka Web Parts, App Pages, etc.), so I know the server...
View ArticleHow to show SP Dialog box on custom application page in Sharepoint 2013
I have an input(button) control on a custom application page. I want to show a Sharepoint dialog box on onClick event of this input button by calling following javascript function: function...
View ArticleShowing a modal pop-up (dialog box) in parent window from an app part
I have developed a Sharepoint 2013 provider hosted app that includes some app parts. I want to be able to show a modal pop-up (dialog box) on the parent sharepoint site by clicking a button/link in my...
View ArticleError while adding workflow to a list Sharepoint 2010
Hi While trying to add the OOB approval workflow in sharepoint 2010 to a list we are getting the following error"This Page has been modified since you opened it. You must open the page again."We have a...
View ArticleSharepint Fondation 2013 Developer Dashboard
I am working with SharePoint Foundation 2013 and facing problem regarding Developer DashboardI have also configure and follow step from below link...
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 ArticleGetting Social feed data on client side
HII have collection of items.For each collection of items I have associated a threadid [socia feed]. once the data is rendered on client side then using this thread id I need to get likes and reply...
View ArticleREST API Lists GetByTitle and Document Name field
Is there a way to return the document Name field from a SP 2013 list using the REST API call to GetByTitle? I included select=* as a query string param but the field still isn't listed. Additionally,...
View ArticleVisual Studio Custom Workflow solution to Copyattachement Files place the...
I'm new to sharepoint development and I have ask to modify this customer workflow? What I wanted to achieve is copy attachment file in two stages (Vetting1 and Vetting2) and copy the attachment to...
View ArticleNewsfeed Customization
Is it possible to customize the Newsfeed template. egBy having user profile picture at top, below that some larger image at the left and some text on the beside of the Picturesrividya
View ArticleNewsfeed Integaration
Is it possible to have newsfeed in some community, say if i have any conversation on other communities for which i have subscribed that should be reflected on my main newsfeed page. As we have it in...
View ArticleSharepoint 2013 FieldFormCollection issue
Hello everyone, I have faced the problem with accessing form fields. Idea is to update some field automatically when new form opens. I created a custom web part and attached it to the new form. I...
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 ArticleEnable anonymous access for Javascript Client Object Model
In SharePoint 2010 it was possible to use the Javascript Client Object Model with anonymous access enabled by removing "GetItems" from the ClientCallableSettings.AnonymousRestrictedTypes.In SharePoint...
View Article