home |   products |   partners |   news |   forum |   contacts |
HummingbirdTools.com

Useful third-party tools for Hummingbird DM / RM / Workflow / Portal

 Home  > Products > XML-based import for Hummingbird DM > Online Help
Home    XML-based import for Hummingbird DM - Online Help

Download demo-version NOW!
Prev Next
Welcome
Main features
SQL queries
Global and local variables
Working with documents (create/update/search/remove)
Working with folders (creating/removing/updating searching for folders/adding and removing documents)
Updating numerous documents with one operation
Using references to items
Processing errors
User interface
User interface overview
Defining global variables
Specifying logon parameters for Hummingbird DM
Program settings
XML scheme
XML scheme description
Pseudo scheme
Elements
ACCESSRIGHTS
ACTIONS
ADD_ITEM
CONTENT
CREATE_ATTACHMENT
CREATE_VERSION
DOCUMENT
FIELD
FOLDER
GROUP
HBXMLIMPORT
PROFILE
PUBLISH_VERSION
QUERY
REMOVE_ITEM
SEARCH
SECURITY
USER
VARIABLE
F.A.Q.
Examples
Requirements
Demo version limitations
Licensing, prices, technical support

Working with folders (creating/removing/updating searching for folders/adding and removing documents)

 

Since folders in Hummingbird DM are actually one of the types of documents, working with folders is virtually the same as working with documents (see Working with documents for more information) except that you must use the FOLDER element instead of DOCUMENT and the ACTIONS element of the FOLDER element can contain actions specific for folders:

  • adding a document to a folder (see the ADD_ITEM element)

  • removing a document from a folder (see the REMOVE_ITEM element)

 

Example:

<FOLDER id="fldr" action="create" onerror="break">

<PROFILE form="DEF_PROF">

<FIELD name="DOCNAME">The Jack's folder</FIELD>

<FIELD name="AUTHOR_ID">JACK</FIELD>

<FIELD name="TYPIST_ID">JACK</FIELD>

<FIELD name="TYPE_ID">DEFAULT</FIELD>

</PROFILE>

<ACTIONS>

<ADD_ITEM docnumber="%doc.DOCNUMBER%" display_name="%doc.DOCNAME%"/>

</ACTIONS>

</FOLDER>

 

Contact Us · Legal · Privacy · Site Map © HummingbirdTools.com All Rights Reserved.