SharePoint

SharePoint blog from SharePointBoost, news, product introductions, how-tos. Everything about SharePoint.

How to use SharePoint on Office 365

How to use SharePoint on Office 365

As the name implies, Office 365 is an online office platform. You can use all Office functions in Office 365. We can also use SharePoint on this online platform. Are you interested in using SharePoint on Office 365? Let’s take a look. First, if you want use SharePoint in Office 365, you need to register […]

bulk properties editor

Editing properties and indexing multiple documents made easy with SharePoint Bulk Properties Editor

In previous blogs we looked at three products (SharePoint Document Number Generator, SharePoint Bulk Zip & Unzip and SharePoint Item Audit Log) that can be found within SharePoint Classifier (BoostSolutions star product) or used as standalone solutions. In this blog we will take a closer look at SharePoint Bulk Properties Editor.   Organizing, editing and […]

How to integrate multiple SharePoint lists into one list

How to integrate multiple SharePoint lists into one list

Having trouble integrating data from multiple SharePoint lists? SharePoint Data Connector, by BoostSolutions, will help you complete your tasks quickly and efficiently. The following scenario will help you to understand how Data Connector, as a lightweight out-of-the-box data transfer tool, combines data from multiple SharePoint lists. Assume that you have the following business requirements when […]

The Importance of generating audit reports for SharePoint Lists or Libraries

The Importance of generating audit reports for SharePoint Lists or Libraries

In my previous blog we looked at SharePoint Document Number Generator and SharePoint Bulk Zip & Unzip, which are part of SharePoint Classifier. In this blog we will take a closer look at SharePoint Item Audit Log (which can be purchased separately or also found within our star product, SharePoint Classifier).   Ever wonder who […]

Custom Data Store In Word For VSTO Solutions

Custom Data Store In Word For VSTO Solutions

Working with Document Properties The DocumentProperties collection and DocumentProperty object are found in Microsoft Office Object Library (office.dll), its namespace is Microsoft.Office.Core, which contains objects shared by all the Office applications. These objects are typically brought into your code in an Office namespace alias as shown here: using Office = Microsoft.Office.Core; key codes: using Office […]

BoostSolutions list of products compatible with SharePoint 2013, Part 4

BoostSolutions list of products compatible with SharePoint 2013, Part 4

With users contemplating migrating or have already migrated to SharePoint 2013 there is no worries that your favorite or most useful BoostSolutions web-part will not be available. In this final installment we finish presenting BoostSolutions web-parts that are compatible with SharePoint 2013.   SharePoint Data Connector 2.0 This web part creates an easy and secure […]

Use Column/View Permission Lite to Manager your SharePoint Permissions

Use Column/View Permission Lite to Manager your SharePoint Permissions

Assume that you have the following business requirements when using SharePoint: 1. you want sensitive or important information to be hidden not only in SharePoint view (new/edit/view item) form, but also in the version history; 2. you would like to export one list Column/View permission setting and import it to another list; 3. maybe you […]

How to get folder information in SharePoint 2010

How to get folder information in SharePoint 2010

How do you get get a folder’s detailed information, such as time it was modified and who modified it, from the folder’s “serverRelativeUrl” using JavaScript object model in SharePoint 2010? At first glance I thought this was a simple question. It is easy to get a SPFolder object from “serverRelativeUrl”, thus it should be very […]