Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi All,
We need to modify the Orgnization > Creator Page to add Email id of perticular user on same page, right now this is not availble OOTB.
Kindly help me to understand all the possible ways to do this.
Here is the image of page,
Hello Vivek,
This table is renderred through "com.ptc.windchill.principal.org.mvc.builders.OrgCreatorsTableBuilder" class.
Ideally one should extend this class, override buildComponentConfig and include column whatever want. Sometime we may also need to write our own data utility for the information you want to display there.
However in this case, the above mentioned class is itself neither supported nor extendible for customization.
I hope this gives you some idea on to proceed further.
Regards,
Shirish