Result Table Collection Field or Property not found
I have been tasked to make a customized search page for our team. I am using C# and the SearchExecutor along with the KeywordQuery and things have been working pretty well. Our environment has a lot of...
View Articlejavascript saving document into document library , can it return inserted id...
Hi,I am taking reference (below link ) to upload document into library using custom webparthttp://anthony-verschraegen.blogspot.com/2013/12/sharepoint-2013-js-upload-file-to.html.its working fine...
View ArticleCopy a file directly to a SharePoint Library
We have a program called Spotfire that creates an excel file with company statistics and then it saves it to a network folder. However, we would like it to send a copy directly to a SharePoint Library...
View Articledownload document programatically on client machine not on server machine
Hi,I have created custom web part to download document from document library, its downloading document on server path not on client path like : if user's access portal and choose to download so it...
View ArticleHow do I populate SharePoint List lookup column using PowerShell Script?
Hi, I am using SharePoint Online. I want to populate a lookup column in List A using Powershell Script. List A has a lookup column called Type. How do I use Powershell Script to populate lookup column...
View Articlewriting the JS code in C# suing string builder
Hi I would like to know coding my js code in C# using string builder on CreateUserButtonThe below is my jscode$(document).ready(function() { $("#CreateUserButton").click(function() {...
View ArticleSharePoint Expandable Headers Solution for Pages - How to make it stay...
I'm using the below jQuery code I found on the net for a SharePoint page that expands an accordion. It is working well, but I'm trying to make it stay expanded when in Edit mode so it is easier for the...
View Articlepass version history in Query string
Hi All, i have an document with multiple versions, how can i build an dynamic URL , by which , if i send the document ID and Version number , it should access or download that document,Thanks in advance
View ArticleHow to connect SharePoint Site with ADFS user credentials
Hello All,Previously we have using C# code to connect SharePoint site via Window Authentication.NetworkCredential credentialSharePointWebService = new NetworkCredential(UserName,...
View ArticleSharePoint 2013 Office Documents unable to open in WIndows 10
When we are trying to access SharePoint 2013 site in Windows10 IE and edge browsers, when clicking on any of word/excel document and click on Open is throwing an error as "Sorry, We couldnot open the...
View ArticleNeed id of newly insrted record
Hi,I have inserted document into document library using meta data (jquery web api )I need ID of inserted record so I can retrieve record by passing id to bind newly inserted record into repeater..How...
View Articlecan not upload file to Sharepoint with API
Hi, I have problem to upload file to sharepoint with API. What is strange here - no problems with download file. In general i have the following permission for Add-in Access<AppPermissionRequests...
View ArticleAdd-in only Authorization and WOPIFRAMEURL
Hi,I am developing an MVC provider hosted add-in. Documents associated with the add-in are stored in a single on-premises document library.No users of the add-in have any permissions on the library, by...
View ArticleNeed to Url property to javascript method, should i pass it as a string using...
Hi,I need to pass 2 parameter to javascript method <input type="button" name="btnshare_" id="btnshare" value="Shared"...
View ArticleUnable to send email to a shared mailbox from SharePoint
I am trying to send email to a shared mailbox from a workflow when a new item is created on a list. It seems them mails are not getting delivered only to the shared mailbox and all the other...
View ArticleGet file size from document library using _vti_bin/ListData.svc
Hello,Is there any way to get file size from document library using "_vti_bin/ListData.svc" rest call.
View Articlei have retrived newly created ID of inserted document ,but when i called...
Hi,I have retrieved newly inserted ID of document using web api of json like this var returnfalg = uploadFile(response.d); // uploadfile is calling web api to insert and updated document and its...
View ArticleHow to pass Id to delegate using jquery .button control is added on run time...
Hi,I have developed web api on C# (web method public static) to call using jsonWork Scenario:I have some input controls to fill data and save , as user save record its showed into repeater...
View ArticleREST api with long name as filename throughing bad request
We are restricting file name as 128 characters as maximum and url as 260. But when we are using the rest to update document or upload document with rest api of sharepoint it causes bad request. when...
View ArticleUser authentication and return SharePoint list data to mobile app
Hi Everyone,I have to achieve below requirement. Please help.Environment - Office 365Requirement:1. User Authentication: From mobile app how can we authenticate user using O365/Azure AD login...
View Article