Specialized Administration > Working with Properties and Command Line Utilities > Local and Shared Team Command Line Utilities > Finding the Object or Container Identifier
  
Finding the Object or Container Identifier
Object Identifier
To find the object identifier for a shared team, run the following database query:
select classnameA2A2||':'||idA2A2 from ContainerTeam
where name = <shared team name>
where <shared team name> is the name of the shared team.
Container Identifier
To find a container identifier for a particular context, run one of the following database queries.
For Projects and Programs
select classnameA2A2||':'||idA2A2 from Project2
where namecontainerInfo = <project name>
where <project name> is the name of the project.
For Products
select classnameA2A2||':'||idA2A2 from PDMLinkProduct
where namecontainerInfo = <product name>
where <product name> is the name of the product.
For Libraries
select classnameA2A2||':'||idA2A2 from WTLibrary
where namecontainerInfo = <library name>
where <library name> is the name of the library.