Get Group Id Using REST
I want to get group id in single call. I am using below URL /_api/web/sitegroups/getbyname('Approvers') it is returning object. I want to apply filter to above url to get group id.
View ArticleLock a Row in a SharePoint Library
Is there a way to lock a row in a SP list/library? Say I have a document that I don't want any more action on. Can I lock that row so the document could not be downloaded or edited?BNM OBG
View ArticleLoading Terms store using JSOM error SCRIPT5022: The collection has not been...
I have javascript code to load terms from a termstore using purely JSOM. Here is the full code snippet in test page called test.aspx:<%@ Register TagPrefix="SharePoint"...
View ArticleJavaScript runtime error: Object doesn't support property or method...
Hi, I am new to Javascript and Sharepoint 2013. I am following a tutorial and I created a lab exercise, in it I am adding a new item/record/row in a list via Javascript. In this example the list is...
View ArticleHow to show data from SharePoint using Client Side scripting
Hi All,I have a list which contains the "Sector" column. Now i have to display data with respect to "Sector" group.How can i do this?
View ArticleError when query SharePoint list item using Caml
I try getting list items by caml query; however, SharePoint throws the error as bellow:An unhandled exception of type 'System.ArgumentException' occurred in Microsoft.SharePoint.dllAdditional...
View ArticleException Error "Specified argument was out of the range of valid values"...
public static void updateDevNeedPlan(List<devNeedDetail> list, string stage) { SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site =...
View ArticleSharePoint 2013
Hi,How to check the user permission in site collection,sub site level pro grammatically?want to list out the permissions given to the user in site or sub site level
View ArticleExcel services rest APi URL size Limitations
Excel services rest APi URL size limitation has been documented as approximately 2000 characters. However in our on premise environment we are able to set only 10 parameters( less than 1000...
View ArticleCan we use HTML 5.0 and css 3.0 on non-publishing site e.g Team site?
in SharePoint 2013 can we use HTML 5.0 and css 3.0 on non-publishing site e.g Team site? In this case publishing feature is not activated in the team site. What is best practice? Or should we use HTML...
View ArticleReg: unable to add site columns to content type from vs.net
Hi, I have 2 features. Feature 1 and feature2. Feature1 contains site columns and Feature2 contains content type and site columns bind to it. Below is my site columns xml file .<Elements...
View ArticleNeed one Site collection with two/multiple DNS name
We have an existing SharePoint web application with all path based site collections (PBSC) hosted in with a DNS named as 'abc.company.com' for example. We need one site collection in the same web...
View ArticleNeed to install an app into SharePoint site coll (on premises) using WCF service
Hi,Is it possible to programatically install an app on a SharePoint Site Collection(on premise) via WCF service which is hosted on remote server?Thanks,PriyankaPriyanka http://priyankaps.blogspot.com/
View ArticleHow to create custom property of Term in sharepoint 2013?
i have tried following code it creates term but it gives me insufficient permission error when creating CustomProperty.private void CreateNewNavigationElement() { try {...
View ArticleDifferent approaches to deploy wsp files inside SharePoint, when to use each
I am totally confused on how WSP files need to be deployed and activated inside SharePoint 2013.now I have the following three scenarios where i dealt with WSP files :-I needed to create a new column...
View ArticleCustom Workflow Initiation Form
Hi, I'd like to custom the initial form of a sharepoint workflow. I only need to add some agreed text and a radio option with yes or not. I'm using SharePoint Foundation, so I can't use infopath. I...
View ArticleHow to show report from 10 related large list in SharePoint 2013 online?
Since SSRS report is not available in SharePoint 2013 online, how can we show complex report combining data from few very large size and related lists? in case of on-prem we had used SSRS in similar...
View ArticleTermset issue
HiHi, In my sharepoint site, I am using a termset for global navigation I have created a second termset and created terms and linked with different pages in navigation Now I would like to use this...
View ArticleHow to copy SharePoint 2010 Document Library to SharePoint 2013...
Hi,There are a huge documents stored in multiple document libraries in SharePoint 2010. I need to write a windows application to copy all the SP 2010 document library documents to SharePoint 2013...
View ArticleChange Column Width of Columns in Boxed View
I am able to change the width of the header columns, but not the columns within the box in a boxed view. How can this be done?
View Article