SharePoint 2013 Custom RSS Feed
Morning All, Thanks for checking out my post!I've been asked as a learning exercise to create a custom RSS viewer web part using C#. I've created a couple of the most basic web parts before, pulling...
View ArticleHow to restore Access Apps after Service Applications crashed.
Hey guys,I have an issue were I was forced to rebuild the service applications for my SharePoint 2013 environment. As a result, I've spend quite some time attempting to restore our Web Applications. I...
View ArticleWorkflow History not able to fetch
Dear All,I have develop a SharePoint 2013 Designer workflow which has Workflow history and Task List.I need to display Workflow History in custom WebPart. I am using below code however I am shock when...
View ArticleSharePoint Form Boolean Field (Checkbox) validation
Hi All - I created a EditForm for a list in SPD. This list has a column of type Yes/No (SPFieldBoolean) . When I don't customize this column it rendered as <input title="Is Account Created"...
View ArticleContent Query Web Part Code
Hello,I would like to create a menu that has links and sub links. Is there a custom code - that I can place into a content query web part to accomplish this?
View ArticleRemoving prewritten fields in new calendar events
I mainly want to remove the ''location'' field in my calendar but it seems to be locked somehow. I need a way to remove or hide it. From what i have found all the web and designer allows me to do is...
View Articleget site collection url, site url and list url from a full uri?
If I have incoming: only URI's of the format http://a.b.c/d/e/f/g/h/i/j/k/l/m/n/o/p.docx(And these are coming from multiple farms and multiple site collections) (and i have a web api on some remote...
View ArticleHiding About Me in Chrome
Greetz!I'm able to hide the About Me link in the dropdown menu under the Username with the following code:setTimeout($("#ID_AboutMe").css("visibility","hidden"),1000)but this isn't working in Chrome...
View ArticleJavascript Client Object Model OpenBinary Method?
Hello,Is there any way i can read document stream in javascript like we can call OpenBinary method in C#? Is there any replacement of SPFile.OpenBinary method? I have seen lot of samples for uploading...
View ArticleGlobal Default View
Hi there,is it possible to change the global Default View? I can change the default view per library, however we have many, many document libraries in each site and subsite. I've tried changing the...
View ArticleUnable to cast object of type...
Good morning everyone.I've a very strange behavior looping through ListItemCollection items using CSOM (v 16) in a WPF application.This happens only on one machine, while on others it works properly....
View ArticleCheck if current user rated item
Is it possible through JSOM or CSOM to check to see if the current user already rated an item?
View ArticleHow can one fix the error -- Value cannot be null. Parameter name:...
How can one fix the error -- Value cannot be null. Parameter name: strFolderName -- happening in the NewDocSet.aspx page?-- Mark Kamoski
View ArticleYes / No field issue
Hi All, I am facing an issue with "Yes / No Checkbox" field while fetching results from CAML Query. I have created one sitecolumn with "Yes / No" checkbox type & added the same to a list, now I am...
View ArticleSharPoint/Angular REST call returning 412 error
Hi all, I am beating my head against the wall trying to get a delete to work via the SharePoint REST API, as I believe I have the proper headers defined in my REST call (including the If-Match), but it...
View ArticleRemove "Pages" from horizontal breadcrumb
I've used below code in masterpage to generate breadcrumbs. <SharePoint:AjaxDelta ID="deltabreadcrumbnav" runat="server"><div id="breadcrumbnavigation"><span...
View ArticleUpdating SharePoint 2013 Workflow in production environment (not during...
Hi!I'm trying to find the recommended approach to update the definition (xaml) of a workflow developed using VS 2013, when an earlier version of that workflow has already been deployed using a wsp. So...
View ArticleGenerate PDF thru iTextSharp
Hi,My requirement is to generate a PDF from one of my Visual Web Parts. When I take a reference of the iTextSharp.dll and when I click on the "Generate PDF" button I am getting the below issue.Could...
View ArticleImporting the .cmp
Hi, I have successful development environment. My requirement was to replicate the working site collection into another site collection in the same web application. So going through the forums I could...
View ArticleMicrosoft.SharePoint.Taxonomy.dll???
Is Microsoft.SharePoint.Taxonomy.dll available with SharePoint 2010 Foundation?
View Article