Does anyone know what database table houses Functional Teams in Agile PLM?
Looking to capture the Functional Team reported on the cover page for most entities in Agile PLM v9.3.3 but couldn’t seem to find Functional Teams captured anywhere within the database schema – would anyone know where this is?
Thanks very much in advance!
The information for functional teams is in USER_GROUP – it is just another class (id=2000017166) under the User_Groups base class. The FUNC_TEAM attribute was added back in 9.3.2.0.
The USER_GROUP table was added way back in 9.0.0.0, so it should be there, and Averify should call it out as missing if it is not there.
Hello Andrew
Please check user_group table. Functional teams would be in a different subclass than the user_group/personal group. This is how it is in 936
Hope this helps
– Raj