For example, assume you have an object that contains a training course. To this object you might have related objects that are of type Evaluation, Student, Materials, and Locations. You might want to examine all the Evaluation type objects to trace the course’s progress in meeting student needs. You might enter a command similar to:
This command lists all related objects that have the Evaluation type. Those objects might belong to multiple relationship types (such as Professional Evaluation Relationship or Student Evaluation Relationship). It does not matter if the related objects are defined as the FROM end or the TO end of the relationship. Only the object type is important to locate and display the output objects. If the specified type has sub-types, these are also listed. For example:
might return all Component and Assembly, as well as Part objects. |