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

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Adding a column in Windchill group members

VN_8473593
4-Participant

Adding a column in Windchill group members

VN_8473593_0-1701179254276.png

Screenshot is just for example.

Below is the scenario :

There is a group named PLM_Deactivated users 

 

Under members, there are columns named Name,, user name, email , last name and distinguished name 

 

Here, I need to add two more columns. Is that possible, If yes, how?

 

Thanks in advance

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @VN_8473593 

What is the use case? 

You can create a report  to get members of a group and add any column you want. 

https://www.ptc.com/en/support/article/CS28414

article describes a link between three tables, for your needs you need to connect just two tables. Group and Users. Use a table Users instead of principals.

HelesicPetr_1-1701183746696.png

HelesicPetr_3-1701183838946.png

HelesicPetr_2-1701183804205.png

 

Or you can customize an table Builder by own code where you add a column what you need.

com.ptc.windchill.principal.group.mvc.builders.PAGroupMemberInfoTableBuilder

But this is more advanced and not supported. You need to have a customization knowledge. 

 

PetrH

View solution in original post

1 REPLY 1

Hi @VN_8473593 

What is the use case? 

You can create a report  to get members of a group and add any column you want. 

https://www.ptc.com/en/support/article/CS28414

article describes a link between three tables, for your needs you need to connect just two tables. Group and Users. Use a table Users instead of principals.

HelesicPetr_1-1701183746696.png

HelesicPetr_3-1701183838946.png

HelesicPetr_2-1701183804205.png

 

Or you can customize an table Builder by own code where you add a column what you need.

com.ptc.windchill.principal.group.mvc.builders.PAGroupMemberInfoTableBuilder

But this is more advanced and not supported. You need to have a customization knowledge. 

 

PetrH

Top Tags