When we tried to delete the O365 SP2013 site containing a list with more than the default list view threshold limit, it was displaying the following error message. Error: “The attempted operation is prohibited it exceeds the list view threshold enforced by the administrator…” The site deletion was failing with the above message. But managed
I am running into a strange issue. “Connect to Outlook” and “open with explorer” is disabled in Chrome but enabled in IE 8 32bit as well as 64 bit. http://sharepointknowledgebase.blogspot.in/2013/09/connect-to-outlook-disabled-sharepoint.html?showComment=1404371382550#c6438468245811888411 this articles says “Minimal Download Strategy” should be disabled , I checked in my case it is disabled , I even restarted webClient services ,
I ran into an interesting issue today that I had not encountered before. Although I recently did a Windows Update on our SP2013 development, single-server box, I do not believe it was the cause of the issue. I don’t know the exact cause, but here are the steps I took to resolve my issue. Once
No matter what size your organization, at some point you will need to ensure that certain employees read and acknowledge policies and procedure documents – for example company policies, risk assessments or employee manuals. Depending on your organization, industry and compliance regulations the list of documents can seem endless. Creating a document, managing its distribution
In this post will show you how to deploy a web part to the production environment e.g A site collection in SharePoint Online. This post has also been published at my personal SharePoint blog. Open the existing Web Part project in Visual Studio 2013. Select Feature1 and you can change the scope of the deployment here.
For our on-Premise SharePoint 2013 site, we needed to be able to prevent users from viewing other people’s submitted leave requests forms. In addition, we needed to prevent users from modifying their own forms after submission. The final requirement that we had was that the forms were not to be moved to a different library
This post is part of a series of posts about the SP24 Virtual SharePoint Conference: An SP24 Adventure – The idea An SP24 Adventure – Putting it all together An SP24 Adventure – the big day An SP24 Adventure – After its all done An SP24 Adventure – The thank you’s Managing SP24 – a
Almost a year ago I wrote on “SharePoint artifacts provision, part 1 – Xml definitions vs Code based provision“, putting together pros and cons of both way to get SharePoint artifact deployed. Time goes by, and I am excited to share SPMeta2 library – a fluent API for code-based SharePoint artifact provisioning. So, Forget XML/WSP. Unleash power of SSOM/CSOM
We have been playing with Excel and Visio and everything was working fine when until a few users started to get errors when trying to add a new Excel or Visio web part to a page. Excel Couldn’t Open the Workbook. The workbook cannot be opened. Visio The document can’t be opened because it is
A sample JS to modify the list choice field options. var context = new SP.ClientContext.get_current(); var web = context.get_web(); var cldList = web.get_lists().getByTitle(“Calendar”); var categoryField = cldList.get_fields().getByInternalNameOrTitle(“Category”); var categoryChoiceField = context.castTo(categoryField, SP.FieldChoice); context.load(categoryChoiceField); context.executeQueryAsync(function () { var categoryChoices = categoryChoiceField.get_choices(); var categoryTC = categoryChoices.filter(function (choice) { return choice === “MyEvents”; }); if (categoryTC.length == 0)
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
