Wednesday, January 27, 2016

How to find the template used for the project creation in CA Clarity PPM



Use the below query to find the template used during project creation. 

select object_id project_id,src_object_id template_id
from ODF_OBJECT_COPY_FLAT
where object_code='project'


Happy coding.
Bala