Problem with SharePoint Online Provider Hosted App in Azure
I have deployed a very simple Lightswitch application to SharePoint online (provider hosted) with the middle tier and database components being hosted in Azure.I have followed this tutorial as my guide...
View ArticleJavaScript JSLink with image disappears when logged in as user with Read...
I'm using the following code to place an icon next to the document name. Under my Owner account I see the icons. As a user with Read the icons disappear.(function () { // jQuery library is required...
View ArticleHow to create a pop-up message box in Sharepoint 2013 ?
Hi All,I have a requirement in my sharepoint 2013 development project to create a pop-up message box with a text message, 'Yes', 'No' button and also 'Don't remind me again' checkbox for each user on a...
View ArticleUpdate current added list item field after added to the list using javascript
Hi All,I would like to update currently added list item field value with custom value.This functionality just like same as Item_Adding event receiver.But i have to achieve this functionality using JS...
View ArticleDrag'n'Drop on Web Parts In Edit Mode Not Working When X-US-Compatible Is IE=11
Hello,when the compatibility settings are above IE=10 the web parts cannot be moved between/within the web part zones.Steps I have done to reproduce this on clean environment:Created a new sharepoint...
View ArticleUpdateListItems not returning inserted record
I'm using the UpdateListItems webservice to insert items into a list but sometimes it does not return the record that was just created, normally it does. I need the ID of the record that was just made...
View ArticleLazy loading in Sharepoint webpart C#
Hi,I want to develop a SharePoint webpart using C# with lazy loading. I am retrieving items from a SP list and displaying on the page using visual webpart. On page load, it should retrieve only ten...
View ArticleSPSiteDataQuery not working with Tasks List in SP 2013
Hi,I'm trying to get all tasks of the current logged-in user from a site collection using SPSiteDataQuery in SP 2013,but its showing no results.Instead , the results are shown for other list templates...
View ArticleHow to create artifacts in Provider Hosted Apps in SharePoint
Hi i want to create SharePoint artifacts in provider hosted apps in SharePoint.When i create any site columns and add in feature and then run app it gives error.So how to create SharePoint artifacts in...
View ArticleSharePoint 2013 Designer Workflow Xoml file path
Hi Everyone,Where can I find .XOML file for SharePoint 2013 Designer Workflow.I have craeted new workflow for list but i am not able to find .XOML file for that designer workflow.Thanks a lot for your...
View ArticleCopy\Move Documents to another library based on column value
Dear All,I have written ER to copy file from one library to another library, the document/file are moving and metadata (meanscolumn values) are updating if i upload the documents with older extensions...
View ArticleCurrently active users in SharePoint 2013 site collection?
Is is possible to show active users(users performing actions like uploading a doc,participating in community etc ) in a particular sharepoint site collection as a webpart ?? Similar to MySite newsfeed...
View ArticleThe remote server returned an error: (429) Too Many Requests (CSOM C#)
Hello, We have a console application trying to add more than 30,000 documents and folders in a sharepoint document library using .net(C#) Client side object model(CSOM). It works well in case of single...
View ArticleHow to change link styling of quick links menu and content
I want the quick links to have a different color from the default colors. I also want to change the link color of every other content on the page, which will be a different set of color from the quick...
View ArticleSharePoint 2013 a different navigation menu for a subsite
Hello I have a problem with the top navigation. I have created a sub-site from a site collection. now, the sub-site has a different master page that is similar to the master page in the site...
View ArticleIs there a way to strip HTML from column?
Hello SharePoint Fam,I have a problem where my entries are showing HTML coding instead of just the actual text alone. I figured I could just create a column and strip the text to the column which...
View ArticleSPQuery Update SPListItem
Hi,I have a SPQuery with some ViewFields and ViewFieldsOnly = True. I'm getting the items from a list with this query and some of the field values I'm trying to update. The fields that I would like to...
View ArticleAccessing list content from outside Sharepoint
We have a setup that includes News Items published as List items with component parts (Various paragraphs, comments, images etc). We would like to access these in a full screen web page or app on some...
View ArticleCustomizing/Styling The Managed Term Navagation
I am using a managed term store for my site navigation. But I'm having a problem with my Left Navigation Bar. It will show the Parent Term with all it's children but if I click on the child, the...
View ArticleApplication page ~masterurl/default.master does not exist
I've created a master page that inherit from WebPartPage. This page would replace the newform on a custom list.When i browse the page i've the error:The file...
View Article