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)
We find lots of question regarding Multi file upload coming grayed out in SharePoint. After surfing through net, I found the working solution When opening SharePoint document library, you would be asked to run Microsoft Office 2010 component by Internet Explorer automatically. Means the issue belongs to MS Office not with SharePoint Directly. After going through above link I found that there is an ActiveX
If you want to convert a document to PDF you can save it as PDF (File -> Export -> PDF). But what if you have a lot of documents you want to convert to PDF. Then the Office Interop Assemblies could help you. This blog explains how you could use the Office Interop Assemblies to
Scenario: I had a business requirement to track user activities inside a SharePoint site and guess what? SharePoint has functionality to track who is doing what in the whole site collection. For example: User A is editing documents, User B is downloading some documents and User C is just viewing the content without touching them.
Yesterday we had an issue reported by a few users that the InfoPath form library would just not open on a few desktops only, for the sake of information all other users and the effected ones were using IE 8 and InfoPath 2010. There was no difference in the environments. What would happen is if
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]