Sharepoint 2016 - The request message is too big
Anyone was able to solve this issue. When wiring C# client code to upload a file to a document library in Sahrepoint 2016, I get this error message: The request message is too big. The server does not...
View ArticleSPD Workflow Get Items from Dictionary unhandled exception
Hello, I am using a SharePoint Designer 2013 workflow attempting to use the "Get Items From A Dictionary" on JSON data obtained through a web service but it is always giving the...
View ArticleDocument library: cascading dropdown based on manual
Hey thereI was following this manual for creating multi-value cascading "dropdown" menus and it works great. I really can recommend it to everyone. However, I'd like to take this a step further where I...
View ArticleWeb service on SharePoint server to create Document set
Hi,We are trying to create a Web service on the SharePoint server to access the SharePoint websites within that server.We need to perform the operations using the web service on SharePoint site like...
View ArticleSharepoint 2010 master page migration to sp2013
i have sp 2010 custom master page with js and css files. now we are migrating from sp2010 to sp2013 so how can i keep my existing master page working in sp2013 environement? what tags need be kept in...
View Articlesharepoint 2013 master page creating tag
whenever i save custom master page, it creates following tag and getting following error,tag is <%@ Page language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint,...
View ArticleUpdating a cutom field in a Document Library uisng C#
I am trying to update a field that I added to a document library> below is the code. I know I have been successful using similar code to update a list library but this does not work for a document...
View ArticleList items filter using URL FilterField1= & FilterValue1= no longer works
Its no longer working with SP 2010 scenario url filter options in SharePoint 2013. I still see one or two records filter options out of 10 are still working with SP 2010 filter format url...
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 highlight Experts reply in Community Site Discussion?
In Community Site, I have created SP Groups for each Category of the Categories List. I let the SP Group Owner to add users to the respective SP Groups. These users are considered as Experts of the...
View ArticleHow to Add a “all button” to add all term in a SharePoint Managed Metadata...
In a SharePoint site, we have a lot of Managed Metadata site colunm. I want to allow users to store all term using a single button.Is there a solution to this need? What is the best way to...
View ArticleHow to create a folder in a documents library in Sharepoint Online with...
I'm using this piece of code:$SPFolder = $list.Folders.Add("", [Microsoft.SharePoint.SPFileSystemObjectType]::Folder, $Folder) $SPFolder.Update();But i always get the same error "Unable to find type...
View ArticleUser profile Sync Service Issue in SharePoint 2013.
Hi, We are recently facing issue in Userprofile Sync Service issue. We are not able to START this service. when we start this service from from CA it always says "starting" but never start or...
View ArticleChange list name when workflow associated to it
Hi,I have created a reusable workflow that I have associated to a list.There was some instance of this workflow running and I change the list name, then problem start.In this workflow I do a rest call...
View Articlecustomize custom user login with site action menu -sharepoint 2013
i want to customize user login and attach site action menu under it instead of setting button currently existing on sharepoint 2013 master page.how can i make it possible with master page?you can see...
View ArticleSP 2013 - Display a Power BI report in SharePoint On Premise
Hello Community,I am trying to display a Power BI report in SP 2013 On-Premise. I know this works in SP Online, and I have heard that it can be made to work in SP On-Prem by using an IFrame of Page...
View ArticleWorkflow not executing when conditions met
Hello, I am running SP2013 and I have a custom Reusable WF (built in the 2010 style) that works with a content type associated to a forms library. The WF evaluates the Option field on the Form (2...
View ArticleCAMLQuery to Display Calculated Column Total
I want to sum up a Calculated column to display in a table in a Web Part. I previously had the same code operating off of a non-calculated column with no issues. But now I want to operate off of a...
View ArticleModify upload.aspx to display an additional text
HI,In our ShapePoint 2013 application we have developed a feature to limit max upload file to 250 MB. Now this features works in some internet Explorer versions and doesn't work in the some, as a...
View ArticleChanges in Client Side Rendering functionality from SP 2013 - 2016
There doesn't appear to be a SharePoint 2016 Development and Programming Forum yet, so I've posted this question here.I'm using client side rendering to add a link to a document to the Title of each...
View Article