Select
+ the data type of the new field using the drop-down list.
+
If the
+ field is made Generic, it must apply to all document types. A generic field will
+ appear anytime a new document is added to the system.
+
If the
+ field is made a Lookup field, lookup data must be added in the Document Field Lookup
+ Management Section.
+
Click the
+ Add button to save the new field.
+
+
+
+
+If the new field is non-generic it needs to be assigned to a Document Type. Proceed to the
+Document Type Management section, under Edit a Document Type, to assign the field to a specific
+type.
+
+
Select
- the document type from the drop-down list.
+ the document type from the drop-down list. You will be taken to the
+ Type Properties page.
Edit
- the name of the document type.A message will indicate success or failure of
- this task.
+ style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Several
+ document type properties can be added/edited on this page, including:
+
+
+
+ The name of the document type.
+
+
The fields
+ that are specific to this document type. Note: New fields must first be
+ added in the Document Field Management section before they appear in the drop-down list.
+
+
+
Whether or not
+ the type-specific field is mandatory.
+
+
+
+
Click the Update
+ button to commit any changes or Cancel to cancel them.
+
Use this
+ page to enter information that is non-generic i.e. specific to this type of document.
+
+
Click
+ the Update button to save the changes or Cancel to return to the previous screen.
+
+
+
+
+
+
+
+
diff --git a/sql/tables.sql b/sql/tables.sql
index d082e70..2c9c9cc 100644
--- a/sql/tables.sql
+++ b/sql/tables.sql
@@ -996,3 +996,7 @@ INSERT INTO help VALUES (54,'addWebsiteSuccess','addWebsiteHelp.html');
INSERT INTO help VALUES (55,'editWebsite','editWebsiteHelp.html');
INSERT INTO help VALUES (56,'removeWebSite','removeWebSiteHelp.html');
INSERT INTO help VALUES (57,'standardSearch','standardSearchHelp.html');
+INSERT INTO help VALUES (58,'modifyDocumentTypeMetaData','modifyDocumentTypeMetaDataHelp.html');
+INSERT INTO help VALUES (59,'addDocField','addDocFieldHelp.html');
+
+