Software Title Assignment or Allocation Target Object

Provance.ITAM.AssignOrAllocateTargetSearchSoftwareTitleProjection (TypeProjection)

Configuration item projection to view related assignment, allocation, and software title

Element properties:

TypeSystem.ConfigItem
AccessibilityPublic

Source Code:

<TypeProjection ID="Provance.ITAM.AssignOrAllocateTargetSearchSoftwareTitleProjection" Accessibility="Public" Type="SystemLibrary!System.ConfigItem">
<Component Path="$Target/Path[Relationship='Provance.ITAM.AssignmentIsForTarget' SeedRole='Target']$" Alias="Assignment">
<Component Path="$Target/Path[Relationship='Provance.ITAM.AssignmentSetContainsAssignment' SeedRole='Target']$" Alias="AssignmentSet">
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareTitleHasAssignmentSet' SeedRole='Target']$" Alias="SoftwareTitle"/>
</Component>
</Component>
<Component Path="$Target/Path[Relationship='Provance.ITAM.AllocationIsForTarget' SeedRole='Target']$" Alias="Allocation">
<Component Path="$Target/Path[Relationship='Provance.ITAM.AllocationSetContainsAllocation' SeedRole='Target']$" Alias="AllocationSet">
<Component Path="$Target/Path[Relationship='Provance.ITAM.SoftwareTitleHasAllocationSet' SeedRole='Target']$" Alias="SoftwareTitle"/>
</Component>
</Component>
</TypeProjection>