The type projection looks correct if what you want is a list of services that are related to a particular service offering(s). Want to send over some screenshots from your request offering configuration? Maybe that's where the problem is.
From: [email protected] [mailto:[email protected]] On Behalf Of SkyWalker Sent: Wednesday, October 30, 2013 6:02 AM To: [email protected] Subject: [servman] Query Result: getting Business Services from Service Offering 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!!! :) :)
