SharePoint 2013 Custom Login Page.
Greetings,We are attempting to implement an auto sign-in ability via a custom sign on page. We use ADFS authentication for all users, but still require NTLM for some SharePoint services (search). We...
View ArticleHow to update user properties using CSOM
Hello All , Is it possible to update a SharePoint user properties (like email, title, etc) using CSOM API? In the User class (Microsoft.SharePoint.Client.User) i saw properties like Email, Title are...
View ArticleScripting Languages for SharePoint 2013
Hi,Which are ALL the Scripting Languages and/or Frameworks which are MOST Required for SharePoint 2013 Development?Any links (level 100, 200, 300 & deep--dive level) for the sameplease let me...
View ArticleCAML query to delete a file version
Can someone please help me.I need to get the CAML query that will allow me to delete a version of a sharepoint document?
View ArticleCrwal and index Server setup
Hi, In my Search Application Topology for my current sharepoint farm I got all my server 'ABCD' in the roles asAdmin, Crawl, Content processing, Analytics Processing, & Query Processing.Now I wish...
View ArticleExcel Web Access Query
I have an Excel Web Access web part in a page connected to an XLSX file. The XLSX file connects with an SQL-Table and return rows, displays in a worksheet. Challenge: I wanted to show only certain rows...
View ArticleWhy does SP.SOD.executeFunc only work if the script key is different across...
This is a situation that clobbered me for hours: I hadRegisterSod('jquery.js','/_layouts/15/jquery/jquery211.js');SP.SOD.executeFunc('jquery.js',null,function() { alert('hello');})in a script block...
View Articleadd existing site content type to doc lib -power shell
Add-PSSnapIn Microsoft.SharePoint.PowerShell#Update : incomplete on 09-feb-2015 05 pm$siteCollecURL = "http://sirvr11:123/sites/Engineering/WIP"$basicContentType="Basic Content Type"#$siteColl =...
View ArticleHTTP Call Service in 2013 Workflow
How can you configure a workflow (Sharepoint 2013) to call an HTTP Web Service request and evaluate the response headers to determine if the POST to an MVC Controller end-point was a success or failure
View ArticleHow to get sharepoint to update guid field in an external list
Hi all,I have a SQL table which I wish to use SharePoint Foundation 2013 to update. The idea is to use sharepoint as a web interface to update, delete and create table items in a SQL database.I am...
View ArticleGet list of required columns from SharePoint 2013 Document Library using...
Hi, I need to get the list of all required columns in a SharePoint 2013 Document Library using C# and Client Object Model. Kindly help with code. Regards,
View ArticleDetermine current Page's Context Navigation Term using server object model
I am trying to find a way to figure out the navigation term in the context of page processing that was requested through a friendly url. I cannot seem to locate anything on MSDN. The only similar...
View ArticleGet list of required columns from SharePoint 2013 Document Library using...
Hi,I need to get the list of all required columns in a SharePoint 2013 Document Library using C# and Client Object Model.Kindly help with code.Regards,
View ArticleSharePoint Permission
Hello! I have SharePoint 2013 on Windows Server 2008 R2. I use Visual Studio 2013 to connect by SharePoint Object Model for work with SharePoint web servises. Can you, please, tell me "How can I...
View ArticleRights for multidivision company
hello dear colleagues. I must decide how to make project for company with complex division hierarchy. It means company has many divisions a subdivisions and many business roles. E.g person P1 can act...
View ArticleREST Response Formatting Difference Folderproperties and other queries
Hi,anyone has an explanation why the response for a /Properties call is formatted different to most of the other calls.For...
View ArticleHow to use CustomSchemaXml to create List in CSOM
How to create a list using CustomSchemaXml property for creating List in Client Object Model. This property is present in ListCreationInformation class. There must be a significance to this...
View ArticleHow to add a list views web part to a page?
Hello,I have web parts on a page that are "List Views". The show links as menu from a custom list of links on a page. However, I don't know how the developer added them to page and how they work. I...
View ArticleScript Editor webpart to find user belong to particular user group
Hi,I am using script editor web part.I need script to display current user belong to specific user group name.Thanks,Siva.
View ArticleGet item by it's guid using rest
Hello everyone,for a solution i build for SharePoint 2013 i need to find a specific file using it's guid.the szenario is, that i get information about files in sharepoint and save its guid in another...
View Article