Make a column 'calculated value' based on a 'Lookup' Column
Hello, I'm trying to filter a list 'orders' on a column 'customer'. My issue : I can't display a selection of customers (see below :) ) My first attemp was to create a display of the list 'orders' and...
View Articlewhy properties.CurrentUserId is returning “1” inside my event reciever
I have the following inside my event receiver which get fired when an item is updated:- public override void ItemUpdated(SPItemEventProperties properties) { base.ItemUpdated(properties); using (SPSite...
View ArticleRestore previous Version of SharePoint list in Access Database
I'm using Access 2010 as a front end to work with Sharepoint 2013 lists. I would like to restore to the version of Jan1. I see accessDatabase from Jan 1but when I open it, it gets refreshed to current...
View ArticleCreating new project for SP online
Uptill now I was developing small projects in Visual Studio for SP 2013 on premises, like creating content types, lists and simple workflows. I would create new SharePoint 2013 project, add templates...
View ArticleAuthenticate user in SharePoint in code
Hi,I have a SharePoint 2013 portal, which is using custom claims provider(derived from SPClaimProvider) to authenticate a user through a custom login page.here is the web.config...
View ArticleDocuments links in Content Query Web Part
Hi there, I come back with another question about Content Query Web Part again. In a normal "Document Library" web part, when you click on an office document, the document will be opened in "Office...
View ArticleCustomize Reply in Discussion board application SharePoint 2013
Hello,I want to customize the reply in discussion board app, i want to add new fields where the user will fill them.I added some new fields to the content type "Message" but they are not appearing in...
View ArticleonOpeningCallback for the builtin CallOut Menu
Hi,I need to edit the callout menu just before it opens.I see lots of examples using the onOpeningCallback event but they all use a new callout item after creating it with "CalloutManager.createNew"...
View ArticleCannot contact site at the specified URL on try ClientContext.ExecuteQuery();
Hello!I try get list from remote sharepoint server using CSOM in .NET Web Application, but ClientContext.ExecuteQuery() return exception Cannot contact site at the specified URL.If i try get list from...
View ArticleSharepoint 2013 Apps
Hello,I am very new to sharepoint, i have created sharepoint hosted app and tried to add it on to page from app catalog. The app has been added successfully but unable to see the functionality. App has...
View ArticleScript to update a column with two fields (Powershell)
Hi,I am trying to update a column in all items in a document library via Powershell. The column is Name and it will updated with two combined existing fields Name and ID. The result is Name_ID. This is...
View ArticlePowerShell Online has no Microsoft.SharePoint.Client.Utilities.ThmxTheme
Hi AllI need to create a PowerShell script for an Online SharePoint sites that resets the theme to the default theme. I can get the script working on premise ok using RemoveThemeFromWeb but there is no...
View ArticleJavaScript in CEWP not working when changing page in list
I have a content editor webpart in my list that is incharge in resizing the size of the image of a Picture field.It works at first load, but once I started to go to the next page (31-60) the images...
View ArticlePowerShell: open site which was closed and set as read-only via a site policy
SharePoint site (SPWeb) was closed and set as read-only via a site policy (propagated from Content Type Hub). Now I'm trying to re-open the site via PowerShell:$spWeb = Get-SPWeb $SiteUrl $isClosed =...
View ArticleSp 2013: Content type forms not appearing – only default
Using OOTB and SPD. I have a workflow that assigns tasks. The tasks use a specific content type which has different task outcome choices. This part works fine. Within content types I would like to use...
View ArticleModern Document Library - link item URL internal field name
What is the internal field name to reference in XSLT for the actual URL of a Link item added to a modern document library?So, now that we can add links in a document library, how do we USE them?For a...
View ArticleIssue in item level permissions for document library with check-in check-out...
i want to implement the item leve permissions for a document library whose versioning is enabled and check-in and check-out functionality is also enabled.i am tryng with the below1) Everyone should get...
View ArticleUnable to map master page gallery as network drive for migrated sitecollection
Hi all, I am unable to map the masterpage gallery as network drive for design manager for a migrated site. This is a windows 2008 server r2 OS. Desktop experience in installed. I am able to map the...
View Articleupdate Word template Quick Parts with document parser (property...
We have a custom document management system built on top of SharePoint. The custom versioning implementation required we disable the document parser to stop property promotion, i.e. uploaded document...
View ArticleSharepoint 2013 sitecollection deletion error
Hello,We had some corruption with our test site collection and i decided to delete it completely.The site collection is visible in central admin but when i select it, it shows no info and can not be...
View Article