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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Add global or standard attribute for WTUser

VasiliyRepecki
1-Newbie

Add global or standard attribute for WTUser

Hi.

Is it possible to add Standard or Global attribute fro WTUser?

In my case only Alias and Calculated are available.

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions

Resolved by creating hard type ObjectToObjectLink

View solution in original post

4 REPLIES 4

OOTB as you mentioned it only allows you to add “Alias” or “Calculated” attributes from Type and Attribute Manager and this is expected behavior because if you look at WTUser class from JAVADocs i.e wt.org.WTUser class you will see that it does not implement the IBAHolder interface . If IBAHolder Interface is not implemented by that class then you cannot associate IBA’s or soft attributes with that class. This behavior cannot be customized since the class cannot be extended and is expected to only allow addition of either alias or calculated attributes. If you look at other Windchill Objects like WTPart or WTDocument you will see that they implement IBAHolder interface which in turn allows a user to create soft attributes or IBA’s for them.

How can i bind WTUser to some other object by many-to-one relation?

Resolved by creating hard type ObjectToObjectLink

Can you show custom ObjectToObjectLink java code and attribute alias in WTPart?

Top Tags