Setting up Sharepoint 2013 dev instance in stand alone mode
Setting up a dev instance of SharePoint, I had planned to use an existing SQL Server on another server, but this didn't work since my SharePoint server is not a member of the domain. To get to that...
View ArticleCopy document from one folder to another using Rest Services
Hi All, Could you please help to achieve below functionality. I would like to copy one document from one folder to another folder in same document library using Rest Services. I got to know SharePoint...
View ArticleCustom menu item in site actions drop down
HiI have a simple requirement: I want to add a custom link, which may go to another site collection or another system altogether, to the cog menu below:What's the way to do this? Many thanks!
View ArticleHow to check list item exists or not using javascript
Hi,I am using sharepoint 2013 and a list name known as games.I want to know whether a listitem exists or not based upon listcolumn username.ex: if username=xyz exists in that column it must give the...
View ArticleCSR - New list item - attachments
Hi,I am using CSR for the new form in a list (new list item). The columns work fine but the attachments are not working.When I click on the attachments icon, I get the error "span with id part1 does...
View ArticleHow to link a Reusable WorkFlow with a Content Type
I have created a Reusable work flow inside SharePoint designer 2013. and i set its base content type to be equal to a custom content type named "incoming invoices" as follow:-then i successfully save...
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 ArticleUploading Files Using the REST API.
Hi,I am trying to upload pdf file in document library with REST api using below code block in content editor web part. Pdf is getting added in the target folder of document library but seems it is...
View ArticleUpload files using REST API in SharePoint 2013
Hi,I am trying to use the REST API to call the document library and upload the files. I have verified the MSDN and got the below codeurl: http://site url/_api/web/GetFolderByServerRelativeUrl('/Folder...
View ArticleUpload File or BLOB using REST API - undefined
Hi,I am trying to upload a BLOB to SharePoint 2013 using REST API. Though it uploads successfully, if I open the file, it says "undefined". I have been readingthat BLOB can be read same as FILE so I...
View ArticleHow to upload binary file into sharepoint 2013 using REST API through REST...
Hi,I am working on Sharepoint 2013 REST API in which I want to upload file into SharePoint using file using add method. I am referring to...
View ArticleUpload documents using Res API, Javascript And AJax
Hello Friends,I am new to rest api. Can any one help me with a sample of the code on this.
View ArticlePossible to develop CSOM (HTML5/JavaScript/Jquery/REST) code to upload a file...
Possible to develop HTML5/JavaScript/Jquery/REST code to upload a file to SPO 2013 Document Library?If so, possible to do some validation, error handling and business rules? For example:Handle...
View ArticleRestricting SharePoint Search to a List View
I am able to Restrict Share Point Search programatically to a List and its working well. Below is how i am restricting to list. var searchWord = KeyWord + "* AND PATH:" +listUrl Now i want to restrict...
View ArticleAdd an existing MMS term as a new column in a library (powershell)
I have a termset 'EM Events' under the term group ABC How can I add a new metadata column to an existing library using this termset?I have tried using $list.Fields.Add($web.Fields[$fieldName])in...
View ArticleVersion of Visual Studio for SharePoint 2013 Event Reciever development
Hi,Bit of a noob question I know, however is there any recommendation on the version of Visual Studio to use to develop Event Receivers in SharePoint 2013 (online and on-prem)?Does VS need to be run on...
View ArticleSmall SharePoint 2013 Calendar with day names
Hi,we created a list using calendar list using OOTB. we need to customize the calendar to small size and change day names to Sunday to SUN,Monday to MON......I tried below URl...i.e. working for...
View ArticleContent Type Event Receiver in SharePoint 2013 Content Type Hub / Subscriber...
I have a SharePoint 2013 site with Multi Tenancy configured. I have a Managed Metadata Service also configured in Partitioned Mode since it is a multi tenant environment. I have a Visual Studio project...
View Article(Welcome Page) Search People Page Layout not found or missing in sharepoint 2013
Hi I am trying to add page in SharePoint 2013, but page layout (Welcome Page) Search People is not showing up among the options. The page layout is available in master pages and page layouts folder in...
View ArticleSharePoint 2013 - People Search - Custom Profile Page instead of My Site
Hello - Is it possible to set the custom page when user click on the Person on the People Search result? By default it takes to the mysite. Default MySite is so ugly and doesn't give lots of details....
View Article