Unable to save site as template after activating and deactivating Publishing...
HiI have created a site using the Project site template. By mistake I activated the Publishing feature. Because I needed to be able to save the site as a template, I deactivated the Publishing Feature...
View ArticleComplete Workflow after approving all tasks
Hello everybody,I'm face to a big problem with approval workflow OOTB. In my case, when one user from approvers approve his task. The workflow must be completed and we we din't need to wait other...
View ArticleCopying Documents With Version History
Hello,I am working on a ribbon button for SharePoint 2013 with which users (with contribute permissions) can open a dialog to move selected documents to a different library (with the same content type)...
View Articlesharepoint 2013 - Workflow examples NOT working
hi I have installed Workflow manager and configured it successfully i have downloaded workflow samples for sharepoint 2013 from code.msdn.microsoft.com couple of them include - SharePoint 2013...
View ArticleIs there an avilable Fix for the Managed metadata navigation Bug in...
I am facing this bug on my "Publishing Site ---> enterprise wiki Template" inside SharePoint server 2013. and when i tried to specify the target page manually as mentioned in this link it did not...
View ArticleGetListItems CAML query using Lookup fields
Hi,I am struggling to find the correct CAML query syntax to use for GetListItems where I need to return an item ID based on a query involving both a lookup field (lookup is to a column within the same...
View ArticleReading term based user profile attributes
Hi there,I configured a user profile attribute that is based on a term set. Now, when I read out the value from JSOM or REST I only get the string value. I really want to retrieve the GUID of the...
View ArticleSite Url is not properly formed in Powershell?
Hi,I've been trying to add files to a site on SharePoint Online via PowerShell$SiteUrl = Get-SPOSite https://company.sharepoint.com/site1However, every time i run the script i get this...
View ArticleSet the master page dynamically when the sub site is created
hi,I am creating the sub site based on a template, when i click submit button in my visual web part UI.and I am already having created master page and I need to set this master page to the subsite...
View ArticleSharePoint 2013 Javascript code webCollection.getEnumerator(); not working
Hi,I am trying to fetch the subsites within the current site collection but when using below piece of code the entire script is not working:var webEnumerator = webCollection.getEnumerator();...
View ArticleRead Sharepoint 2013 RSS authenticated feed
I'm trying to build a SharePoint 2013 webpart who read an authenticated RSS feed from a blog post library.My webpart and blog post library are inside the same SharePoint Web application and site...
View ArticleDesign branding for Sharepoint sites
HII am responsible for building our SharePoint 2013 On premise deployment. My skills are more suited to implementing than developing. Our deployment will consist of different web applications. One...
View ArticleGet Template of provisioned web
I want to create a web base on a custom webtemplate. Afterwards I am not able to find out which webtemplate was used. The property WebTemplate only returns STS for example. I expected a guid and a...
View Article“DTD is prohibited” error when accessing sharepoint 2013/office365 list (but...
I've been getting a list of folders and files from Sharepoint (on Office 365) by using the following C# code...... var folders = ListFolders(libraryName, clientContext, web); ... public...
View ArticleSharepoint 2013 - custom page layout looks different (messed up) in...
This question is about Sharepoint Custom Page Layout that looks different (messed up) in Edit(Content Author) mode.What is causing this?When the page is published or checked in - it looks correct.
View ArticleHow to create a folder with standard contained folders and files in...
I've got folders and files on my SharePoint 2013 site that form a template when I add a new folder for a customer. When I create a new folder for a customer, I want those folders and files added...
View ArticleDoes list view query string FilterMultiValue parameter not work for...
I've created a custom list in SharePoint 2013 Foundation with columns-Name (Text)-LastName (Text)-NameLastName (calculated) = [Name]&[LastName]When I try to filter the default list view via query...
View ArticleClientContext ListItem Version History
I'm working with the Client Object Model and the Issue Tracking List in SharePoint 2013. I have no problem pulling back list items but I can't seem to figure out how to access the version history on...
View ArticlePublishing HTML(Page content) field required field validation is not working
Hi,Publishing HTML(Page content field) is made as required field. But without filling the value user is able to checkin the publishing page. Is that field is using any default html tags(Div tag or Para...
View ArticleWhy are SPSite's, SPWeb's and SPList's UserCustomActions empty when a custom...
I made a feature that installs a custom action via an elements.xml file (installed and activated it in a SPWeb).<CustomAction Id="ChangeBrowseTabTitle" Location="CommandUI.Ribbon"...
View Article