Hello and Happy New Year to everyone.
I am attempting to use the metadatarule element, as explained in the topic "Using One-Way Metadata" in the Arbortext Content Management Guide, to put the content of the navtitle element into a Windchill table field. I tried several attributes which, I believe, apply to the Dynamic Document type. For example, my XML might look like this:
<metadatarule elementname="map"
expr="string(/map/topicmeta/navtitle)"
metadata="description" sourcetype="text"/>
No matter which attribute I try to use (I've tried using both the name and the internal name of the attribute), I get a burst log error like this:
Begin Save As Object for document Document1
Cannot modify the following attributes:
"description"
because they are not defined
Save As Object failed, code -199.
I would prefer to solve this problem than to use my work-around, which is to append the navtitle content to the data I'm already putting in the Name attribute. Would appreciate any ideas. Thanks.
Mike Moore