Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I need some help with the Alias Attribute Mapping.
I want to map an Attribute from an Instance of the WT-Part to the WT-Document.
The Attribute only exists on the Instance "Article" on my WT-Part.
I have tried different Types of mappings so far, but I always get an error.
Here the three main attemps:
describedBy@wt.part.WTPartDescribeLink~describes^com.test_fuchs.article~ARTICLE_DESCRIPTION_DE^wt.part.WTPart
describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~ARTICLE_DESCRIPTION_DE@com.test_fuchs.article
describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~ARTICLE_DESCRIPTION_DE
What am I doing wrong?
Thanks in advance!
Solved! Go to Solution.
I solved the Problem:
The correct mapping is:
describedBy@wt.part.WTPartDescribeLink~describes^com.test_fuchs.article~ARTICLE_DESCRIPTION_DE
I just inserted the Internal name of the WT-Part Subtype and it worked well.
Have you subtyped the WTPart? If yes, is this the subtype - com.test_fuchs.article
If the internal name of your WTPart attribute is ARTICLE_DESCRIPTION_DE then this should work I think:
describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart~ARTICLE_DESCRIPTION_DE
But if you have subtyped WTPart you will have to use wt.part.WTPart|com.test_fuchs.article
Hi yadavankur,
Thanks for your reply!
I have got the WT-Part Subtype Article (Internal Name: com.test_fuchs.article). The Attribute ARTICLE_DESCRIPTION_DE only exists on the Part Subtype Article.
With this mapping: describedBy@wt.part.WTPartDescribeLink~describes^wt.part.WTPart|com.test_fuchs.article~ARTICLE_DESCRIPTION_DE
I also get the same Error message as before:
I solved the Problem:
The correct mapping is:
describedBy@wt.part.WTPartDescribeLink~describes^com.test_fuchs.article~ARTICLE_DESCRIPTION_DE
I just inserted the Internal name of the WT-Part Subtype and it worked well.