Trust & Security Center Trust & Security Center Virto ONE Virto ONE License for SharePoint On-Premise Pricing How to Purchase

SharePoint Taxonomy Field Internal

This post describes SharePoint Taxonomy field. Taxonomy FieldValue class has three important properties (at least, for now): Label (string): it is a Value (string) property of a Label selected by user from Labels property of a Term object. TermGuid (string, not Guid): it is an Id (Guid) property of a Term (inherited from TaxonomyItem). WssId (int): what is it and where its value comes from? ...

January 27, 2011 · 7 min · Sergi Sinyugin

How to Configure a Specific Workflow Schedule for Multiple Items

The method described below can be used to start a workflow for SharePoint 2007 or SharePoint 2010 at a specific time and then repeat periodically (every day). You can start workflow for multiple items at the same time. Also it is not required to use Microsoft Visual Studio. Periodic Workflow Processing A useful implementation of this technique allows you to configure workflows to run as background tasks at a specific time instead of being triggered by a user manually, or after creating or modifying a list item. This allows you to process SharePoint data when the SharePoint environment is not being used as long as tasks need to complete. For example, this method can be used to configure a looping timer workflow that supposed to run every day (18:00) to perform calculations and processing on a list item before emailing a reminder, or details to a user associated with the list item or document. ...

November 30, 2010 · 4 min · Sergi Sinyugin

SharePoint 2007 Custom Document Identifier

With this example you can create unique identifiers of any complexity in any SharePoint objects. You don’t need any special programming skills or code writing. class=“big-image” Custom Document Identifier provides you with the ability to tag documents with a unique identification number. For this task, you need to download and install Virto Custom Mask and Unique Field Validation. This multi-purpose component allows you to create custom fields in design mode and check fields for unique criteria within the current list, site or site collection framework. To start, create a new list where you will be creating the new text field or go to an existing list. Then go to Settings > Create Columns. ...

September 15, 2010 · 4 min · Sergi Sinyugin