Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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.
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
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.
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