creating view from xml - localized name
Hi!I have code that creates list view from xml document:XmlDocument viewDoc = new XmlDocument(); viewDoc.LoadXml(myViewXmlNode.OuterXml); SPView srcView = new SPView(list, viewDoc);I need to localize...
View Articlethe type is not registered as safe custom task form
I have built state machine workflow which uses custom task form. The custom task form is based on custom content type. When I try to open custom task form I get below error: The base type...
View ArticleUpdating SHarePoint 2013 Designer Workflow Status using PowerShell
I have a SharePoint 2013 On-Premise environment where I am creating a SharePoint Designer 2013 Workflow using SHarePoint 2010 Workflow engine. I need to update the workflow status to Approve using...
View ArticleSharepoint 2013 Filter lookup
Hello,Is it possible to create a lookup field that gets a project number from another list. It should filter the lookup based on the referance of the main object. The Lookup list has 2 fields...
View ArticleAdding New List Item With Attachment to SharePoint 2010 using ASP.net...
Hello,I'm running into some problems with trying to add a new list item to a SharePoint 2010 list that contains attachments. I currently have a C# ASP.Net Web Application that allows users to fill out...
View ArticleQuery Builder in Nintex (CAML Editor)
Hello,I have two different list on same site. Wanted to look out for perticular value from one list to another (If it exists in another list).Note: Lookup value is calculated field in main list.Run...
View ArticleComplex MS Word Reports SharePoint 2010 OOB features
The Task is to create complex MS Word Reports that are auto-populated with SharePoint Data. The Reports must retrieve and display data from a single list item, multiple list items and list items based...
View ArticlePrefilling in a Multiple line text field with Values using Javascript on a...
Recently I had to take 3 single column fields and condense them into 1 multiple text field. Those 3 columns are Name, Location and Code. However, to make it easy for people to fill out I want these...
View ArticlePnP provisionning ContentType do not appear
Hello, I discover the pnp prov framework. I sucessfully provisionned (on office online) a new page and a custom list. Now I try to provision a content type with a single field, neither the...
View ArticleList view threshold message in XSLTListview web part
Hi All,I have custom list having more than 20,000 items. while displaying records in XSLTListview web part, it is showing message:"This view cannot be displayed because it exceeds the list view...
View ArticleChanging the datasource filter via webpart
Helly everyone,I am trying to do the following:I have two webparts, one external list and one html form. The external list is based on an external content type and the connection works just fine. I can...
View ArticleDatasheet view not refreshing after event receivers in Custom list
I have an event receivers for list item adding and updating. After adding an item to the list from datasheet view an event receiver is firing. But after event receiver list is not refreshing.
View ArticleHide empty SharePoint metadata columns in Word 2013/2016
Hello,I am using quite alot of fields in my word documents that come from sharepoint 2013. Since most of our users are running word 2013 and 2016 i found out that this IF sentance does not do anything:...
View ArticleGetting List Items Without JQuery
Is it possible to read items in a list without using jquery, or is this library of code now integrated so heavily into SP that it's unavoidable? Indeed, is the jquery library interface standard in SP...
View ArticleRetrieve a library's directory using VB
I apologize in advance if I am using any incorrect nomenclature.We have a sharepoint site "http://company_SP/FUBAR", and within the site there are multiple libraries: "ZZ Data", "DD Data", "DD...
View ArticleWeb Part Error: Sandboxed code execution request failed
Hello,When I try to open the page with sandbox webpart I am getting following errorWeb Part Error: Sandboxed code execution request failed.
View ArticleGet all users who have permission to a specific folder
I am working with SharePoint 2010. I have a folder in my SharePoint document library. I am trying to get theusers who have any permission or role to that specific folder programmatically. But can't...
View ArticleHow to reconnect sharepoint in MS Access 2013 vb code?
Hi! I am looking for the vb code that can automatically reconnect the sharepoint from the internet. When the internet is downed, all the tables that link to web sharepoint in the MS Access 2013 will...
View ArticleUsing Page Layouts Change Specific Master Page in SharePoint 2010 using...
Hi,Assigning a master page to a single page Layouts using Power shell script,Please any one give solution how to do using power shell script changing master page?Actual code<%@ Page Language=”C#”...
View ArticleApproval workflow tutorials using Visual studio 2010
Hi,I am new to Sharepoint 2010 and up to this point I have worked with Sharepoint designer 2010 but I have realised that sometimes it limits my work. For this reason, I need to start knowing how to...
View Article