HARP Metadata Mapping (Deprecated)

The HARP Metadata Mapping allows metadata from a Windchill object to be set into the synced HARP metadata field. Metadata can be set from the synced Windchill object itself or a linked object.

Note: This metadata mapping type is deprecated and may be removed in future releases. Use instead.

Attributes

Attribute Name

Description

type

“WC2HarpMapper”

Parameters

Parameter Name

Description

sourceLinkType

The WC link type. For example, the value for a representation link is wt.representation.PublishedContentLink.

If not specified, metadata from the synced object will be used.

sourceLinkDir

The WC link direction. For example if a representation is being synced, metadata from the authored content can be set by using the value representable.

If not specified, metadata from the synced object will be used.

Mapping

Attribute Name

Description

source

Windchill attribute name. The attribute must be defined in the filter object type or ancestor object type. Attribute names must be the internal Windchill name.

target

HARP metafield name.

Example:

The following example details how to configure a metadata mapping to sync content from the authored content.

<MetadataMappings type="WC2HarpMapper">
	<Param name="sourceLinkType" value="wt.representation.PublishedContentLink"/>
	<Param name="sourceLinkDir" value="representable"/>
	<Mapping source="iterationInfo.note" target="Comments"/>
	<Mapping source="iterationInfo.modifier" target="Authors Name"/>
</MetadataMappings>