Can i use sharepoint's cross domain library (REST APIs) to download the file...
Hi,We are developing the HTML 5 phone gap mobile application which requires to download and open the .docx, .ppt and .pdf on mobile phones [android, ios]. Is this possible using SharePoint's cross...
View ArticleContent Search Web Part and Managed Property
Do I have to have cross-site collection publishing feature turned on for the Content Search Web Part to show a managed property?I have a list and a column in that list called Colors. I created a...
View Articleaccess the root web's splist from itemeventreceiver using...
Hi,Am having a event receiver which is an item event receiver which is trying to read the top level list called ApproverInfoList's items and apply some permissions and manipulations.ApproverInfoList...
View ArticleCustom control in custom page layout not getting shown
Hi,I have created a site column for Date field:<Field ID="{GUID}" Name="MyCustomPageLayoutDate" StaticName="MyCustomPageLayoutDate" Group="TestGroup" Type="DateTime" Format="DateOnly"...
View ArticleExtracting from Mainframe to SharePoint
What is the best way to extract and map a report from Mainframe to SharePoint?
View ArticleIsDocument Property not set when using CSOM
I'm using CSOM with C# to upload a file to SharePoint 2013 using the SaveBinaryDirect method as defined in the MSDN reference for example the following:File.SaveBinaryDirect(context, filePath,...
View ArticleSharePoint Search Rest API
I'm able to hit the search api endpoint to pull back pages based on content type, however, I would also like to pull back the PictureURL associated with each page. How do I do this? I know in the...
View ArticleError occurred in deployment step 'Install app for SharePoint': Das Querladen...
Error occurred in deployment step 'Install app for SharePoint': Das Querladen von Apps ist auf dieser Website nicht aktiviert.I am new to sharepoint app development. When i am trying to deploy my...
View ArticleJavascript object model - retrieve data from 2 lists and show in a single column
Hi,Can data be pulled dynamically using Javascript client object model?I have a custom list, which has a title column which contains values like "Tester, developer", another column contains the...
View ArticleChange Team Site .ms-core-pageTitle color on all pages of the site
Hey! I've been trying to change the color of the .ms-core-pageTitle class on a Team Site. There's no problem changing the color of the page title on start.aspx, but other pages in the same site gets...
View ArticleSharePoint Online get Sitecollection guid from siteurl
How do i retrieve site collection guid given a site url using csom for SharePoint online?
View ArticleCalculated column add values from mutiple columns with IF statements
I tried to added multiple invoice amounts (if they are not paid) to the total amount due (calculated) column with the following formula: =IF([InvoicePaid]=FALSE,[InvoiceAmount],0)+...
View ArticleSharePoint List View not updating
Hi everyone,I have definitely tried searching for the problem of this, but I'm failing to find an answer that's appropriate. Currently I have a List of various events that occur sporadically. This list...
View ArticleCAML query to get task assigned to current logged in user
I want to know the CAML query to get tasks assigned to the currently logged in userNour
View ArticleHow to work JQuery and content editor webpart functionality in sharepoint 2013?
Hi all,I have a requirement to display the list data in share-point page by using JQuery and content editor web-part. could you please any one suggest the process to display the list data using JQuery...
View Articlesharepoint object model to upload a file programatically
Hi,I want to upload a file programatically to document library and need to update column properties of that item.The URL of that document is in different farm of sharepoint.How to achieve...
View ArticleChange SPWeb template
Hi guys,Is that possible to change an SPWeb template in a site collection? To be precise I have a site with CMSPUBLISHING template and I’d like to change it to ENTERWIKI… Any advice greatly...
View ArticleWhat is the build version for Sharepoint 2013 Server including trial version...
Hello Community When using WS2012 and Sharepoint 2013 Server, what build version for a Sharepoint 2013 Server farm should be applied and where do you get the cumulative update for it (trial version...
View ArticleSharePoint 2013 REST Create "document set" folder
Hi,Is there a way in rest api model to create a "document set" folder into a Library?I have already created a folder through this code : body: { '__metadata': { 'type': 'SP.Folder' }, 'Name': 'New...
View ArticleSharePoint Workflows with Task lists
Hi,I have a task list in SharePoint 2013. What I am trying to do is trying to create a view that shows me a list of all tasks that are completed in last 5 days.To achieve this, I need to determine...
View Article