Review of FileHold Document Management Software in Technolawyer
Link to FileHold Document Management Software web site where the review is located:
Labels: document management software, review
Learn more about document management software and records management, scanning and imaging, paperless office ideas, workflow, and other related topics.
Labels: document management software, review








Labels: document management software, FileHold Document Management Software, filehold security overview, learning
============================
The Document Manager class has a method AddDocument and one of the
parameters is a array of FieldWithValues structure.
// ----------- code snippet
// get the fields definition for the schema
FieldDefinition[] fielddefinitions =
DocumentSchemaManager.GetDocumentSchemaFields( SchemaId );
//create the new schema values for the document
ListfieldsWithValues = new List ();
//for each schema field
foreach ( FieldDefinition field in fielddefinitions )
{
// only do for NON system fields
if ( !field.IsSystem )
{
FieldWithValue newFieldValue = = new
FieldWithValue();
//global field id
newFieldValue.FieldId = field.MetadataFieldId;
// define variable ob type object
object value = null;
// and now based on the field type assign the value
// if you want to assign default value
// value = field.InitialValue;
// if it is string
// value = "text of the metadata"
// if it is date
// DateTime dt = new DateTime( 2008, 4, 12 );
// value = dt;
// in case of dropdown menu
// get the menu items into array
// DropdownFieldChoice[] menuchoices =
DocumentSchemaManager.GetDropDownMenuItems(field.MetadataFieldId);
// // set the default null value
// value = new int[] { };
// foreach (DocumentSchemaManagerService.DropdownFieldChoice menu in
menuchoices )
// {
// if (menu.Value == YOU_MENU_FIELD_VALUE )
// {
// value = new int[] { menu.Id };
// break;
// }
// }
// set the value
newFieldValue.FieldValue = value;
// add the field value to the list
fieldsWithValues.Add( newFieldValue );
}
}
// now you can use the fieldsWithValues variable in the AddDocument method
// ----------- end of code snippet
Labels: API, back up document management software, FileHold API, FileHold Document Management Software, imaging, imaging integration
ch_fulltextsearch
ch_documentrepository
ch_librarymanager
ch_userrolemanager
ch_workflowpersistencestore
Labels: back up document management software, backup, disaster recovery planning, document management, document management software, filehold customers, filehold systems, Microsoft ADAM
This presentation will show you how FileHold works with EMC Captiva's QuickScan Pro scanning software to provide a comprehensive solution for the scanning, classification, storage and retrieval of paper documents. This video provides background information for the remaining activities you will complete in the remainder of this video series.
This presentation provides an overview of the key scanning concepts and best practices considerations when designing a scanning solution. This is a great place to start if you are new to scanning or require a refresher on some of the key scanning terms. This video will cover the following topics;
This presentation walks users through the key settings required when configuring QuickScan Pro to work with FileScan Bridge. This video builds on the concepts learned in the Scanning Integration Overview video. This video will walk you through the following QuickScan Pro settings using the QuickScan Pro scanning software batch configuration utility;
This presentation walks users through the key settings required when configuring FileScan Bridge (a subset of features in the FileHold Desktop application) to work with QuickScan Pro, Kofax Ascent Capture or any other scanning software or third party application. This video builds on the concepts learned in the previous video. This video will walk you through the following settings using the FileScan Bridge features of the FileHold Desktop Application;
Labels: document management software, EMC-Captiva QuickScan Pro, FileScan Bridge, imaging, imaging integration, Kofax Ascent Capture, scanning, scanning integration
1. How document tagging or indexing standards influence the Library structure
2. How to identify which Document Types and Metadata fields should be tracked
3. How to select metadata field types for fast and accurate tagging
4. Best practices when preparing to implement your tagging standards
1. The addition and configuration of sample Metadata Fields2d) Testing your Document Tagging Standard (7:31)
2. The addition and configuration of sample Document Types (schemas)
3. The Association of metadata fields with document types
1. The addition of a test cabinet, drawer, category and folder to the Library
2. Testing the addition and tagging of documents using the tagging standard
3. Testing the searching for documents using the tagging standard
Labels: administrator training, configuration, document management software, learning, library administration, library management, video