These steps explain how to define fields for the baseline tab.
Before you begin
These steps allow a trained administrator to make simple changes. Fundamental changes require training or consulting support for Content Manager.
Procedure
- Locate the file MetadataConfig.xml on the server in the folder $\Author\ASP\ClientConfig.
All dialogs and views are automatically generated from this metadata configuration file.
- Make a backup copy of this file.
If your changes turn out to be incompatible with the system, you should revert to the original version.
- Open the original file in an XML editor and make sure that the schema named MetadataConfig.xsd is available for XML validation.
- Familiarize yourself with the structure of this file. Note that there is an
ishlist element called Trisoft.PublicationManager.Forms.BaselineViewControl that defines all fields appearing on the baseline tab.
- Move the
ishlistfield name="NewerVersionField" to another position in the Trisoft.PublicationManager.Forms.BaselineViewControl fle. For example, after ishlistfield name="Added-ByField".
- Validate and save the file.
- Verify your changes.
CAUTION:
If you define additional fields to appear on the baseline tab, be sure you are using field names that match with the field names in the database.