|
|
|
BlueCielo Meridian Enterprise Server 2013 Administrator's Guide | BlueCielo ECM Solutions |
The job mappings specify to which items in the destination system items from the source system are imported. To combine the values of multiple source properties into one destination property value, simple expressions can be specified.
We recommend that you not map properties that are specified in a destination vault's Field-Path definition unless the Identify by Global ID if document path is not available option is enabled as described in Configuring the miscellaneous options. This is because their values have already been determined by the location of the document. Errors can occur and the publishing job may fail if the destination folder and the Field-Path definition property values do not match.
To configure the system mappings:
In the menu, click PROPERTY MAPPING or TYPE MAPPING (if the job is a Meridian Explorer synchronization job). A list of the current mappings appears, grouped by property set if the items are properties. To configure the mappings for other item types (a Meridian Explorer synchronization job), click OBJECT TAG or PROJECT in the page header.
The icons and columns are described in the following table:
Column or icon | Description |
---|---|
|
Item is mapped and included |
|
Item is not mapped |
|
Item is mapped but excluded |
DESTINATION |
The item names in the destination system |
SOURCE |
The item names in the source system |
EXPRESSION |
An expression that calculates the value of the item in the destination system |
To create a new mapping manually:
Click options or type values for each column using the descriptions in the following table.
Column | Description |
---|---|
DESTINATION |
Select a destination item from the list. |
SOURCE |
Select a source item from the list. |
EXPRESSION |
To edit the expression, see step 7. |
SEPARATOR (multi-value properties only) |
Type the character that separates individual values in a multi-value property. For unprintable characters, type newline or tab Note The default character is the comma (,). Older versions of Publisher stored this setting in a registry key. If a different character was used before upgrading to this version of Publisher, then this setting should be changed to match the old setting and the character that is actually used in the source metadata. |
In the Expression pane, type an expression to be evaluated during publishing. The expression may use any .NET compliant methods (except Parse) and operators in the C# language syntax. The result of the expression will be the property value in the destination system. Double-click a property in the list to insert it into the expression. The result of the expression must be compatible with the data type of the destination property. If necessary, you can convert data types, for example, using the ToString method.
Following are examples of text and date expressions:
{Title 1} + " " + {Title 2} + " " + {Title 3} {PropertyName}.SubString(0, 1) {NonStringProperty}.ToString() + " days" {ProjectEndDate}.AddDays(-30)
Copyright © 2000-2014 BlueCielo ECM Solutions |