Hi to all :)
I'm trying to configure a query result prompt to show all business services
that have been linked to a service offering, so that the user can decide to
which B.S. its issue can be bound. If I properly browsed all the available
combination classes, I didn't find any suitable for me, so I've tried to
build my own TypeProjection.
Here's the code:
<TypeProjection ID="ServiceOfferingToRelatedServicesProjection"
Accessibility="Public" Type="System!System.Service">
<Component
Path="$Target/Path[Relationship='CoreCatalog!System.ServiceRelatesToServiceOffering'
]$" Alias="BusinessServiceRelatedServiceOfferings" />
</TypeProjection>
Even though the MP is imorted without any error (and even though Business
Services have been bound to Service Offerings), when I use the Request
Offering form then the above projection doesn't show any data.
I fear that something is wrong in TypeProjection definition...Maybe some
wrong setting related to source and/or target classes.
Can anybody give me a suggestion? Thanks!!! :) :)