Skip to main content
9-Granite
November 27, 2024
Solved

Where do i see the Part Describe Link Attribute ?

  • November 27, 2024
  • 2 replies
  • 890 views

I have created a custom attribute on Part Describe Link (Line Number).

Unable to find it in Part's Related Object. 

 

KG_11714884_0-1732682139452.png

KG_11714884_1-1732682246858.png

 

 

Best answer by HelesicPetr

Hi @KG_11714884 

The place does not exist.

System does not support to show the WTPartDescribeLink own attributes.

If you want to show them then you can use queryBuilder reporting or own customization table to show that information.

 

Ok Iam wrong with my first answer. It was not so precision 😄

If you want to show it you can show the attribute in the structure of the WTPart

But you can not modify it so anyway it is not useable without customization.

HelesicPetr_0-1732715962786.png

HelesicPetr_5-1732716144118.png

 

HelesicPetr_2-1732716043165.png

HelesicPetr_0-1732723061767.png

PetrH

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
November 27, 2024

Hi @KG_11714884 

The place does not exist.

System does not support to show the WTPartDescribeLink own attributes.

If you want to show them then you can use queryBuilder reporting or own customization table to show that information.

 

Ok Iam wrong with my first answer. It was not so precision 😄

If you want to show it you can show the attribute in the structure of the WTPart

But you can not modify it so anyway it is not useable without customization.

HelesicPetr_0-1732715962786.png

HelesicPetr_5-1732716144118.png

 

HelesicPetr_2-1732716043165.png

HelesicPetr_0-1732723061767.png

PetrH

Fadel
23-Emerald I
November 28, 2024

try with alias attribute on wtdoc with mapping 

describedBy@wt.part.WTPartDescribeLink~<WTPDescIBA>

 

 

My quiestion is how do you initialize the IBA on the link ?

Buiꓘa
HelesicPetr
22-Sapphire II
22-Sapphire II
November 28, 2024

Hi @Fadel 

Good one to show it 😄 

But your question is very important. How can you set the value to that IBA attribute?

As I know There is no any OOTB wizard to set the WTPartDescribeLink IBA attribute. 

And that was my point, you need some customization.

PetrH

Fadel
23-Emerald I
November 28, 2024

@HelesicPetr  yeah , that's the question not sure if this can be done with LoadFromFile or maybe they have extended some REST endpoints to handle IBA's  

Buiꓘa