Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Looking into the possibility of capturing user actions against roles and groups. Would like to know which user added individuals to roles in which containers. We can create a table in the database or just a flat file. Database would allow for easier filtering and searching.
Have you checked to see if this is available in the Security Audit Reports in the Site Utilities?
We have a similar requirement and this is the response I got from PTC TS/
I have investigated the possibilities around the Security Audit report for Edit Team event, however this might not achievable with the existing functionality of Windchill, refer to below article:
https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS242068&source=Case%20Viewer
You can capture changes to Groups and Roles in the Security Audit Reporting, but you have to turn them on first.
In <WT_HOME>/conf/auditing/configAudit.xml:
Change ‘false’ to ‘true’ for wt.org.WTGroup:
<ConfigEntry class="wt.org.WTGroup" enabled="true">
And 'false' to 'true' for wt.team.RolePrincipalMap:
<ConfigEntry class="wt.team.RolePrincipalMap" enabled="true">