Software Title

Provance.ITAM.AllSoftwareTitleTrackByAssignmentViewProjection (TypeProjection)

Software title projection to provide related data for software title track by assignment view

Element properties:

TypeProvance.ITAM.SoftwareTitle
AccessibilityPublic

Source Code:

<TypeProjection ID="Provance.ITAM.AllSoftwareTitleTrackByAssignmentViewProjection" Accessibility="Public" Type="Provance.ITAM.SoftwareTitle">
<Component Path="$Target/Path[Relationship='Provance.ITAM.PublisherHasSoftwareTitle' SeedRole='Target']$" Alias="Publisher"/>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareTitleHasAssignmentSet']$" Alias="AssignmentSet">
<Component Path="$Target/Path[Relationship='Provance.ITAM.AssignmentSetContainsAssignment']$" Alias="Assignments"/>
</Component>
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareTitleHasOwners']$" Alias="Owners"/>
</TypeProjection>