cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Help at Alias Attribute Mapping

hautschi
11-Garnet

Help at Alias Attribute Mapping

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? 2019-11-04_09h49_10.png

Thanks in advance!

1 ACCEPTED SOLUTION

Accepted Solutions

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.

 

 

View solution in original post

3 REPLIES 3

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:New_Mapping.png

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.

 

 

Top Tags