Feedback
1753846 Members
8586 Online
108807 Solutions
New Discussion

AssignedFrom relation issue

 
heba
Occasional Contributor

AssignedFrom relation issue

i am using the following template to assign a practice to a product,

<?xml version="1.0" encoding="UTF-8" ?>
<art:artifact xmlns:sdm="http://hp.com/2007/10/systinet/platform/model/propertyType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:p="http://hp.com/2008/02/systinet/platform/model/property" xmlns:art="http://hp.com/2008/02/systinet/platform/model/artifact" name="businessRoleArtifact" xml:base="http://c4t19080.itcs.hp.com:8080/em/platform/restSecure/artifact/businessRoleArtifact">
<p:_uuid sdm:type="uuid">{{productUUID}}</p:_uuid>
{{#each PracticeUUIDs}}
<p:assignedFrom xmlns:xlin="http://www.w3.org/1999/xlink" b1="false" xlin:href="businessRoleArtifact/{{../productUUID}}" sdm:type="documentRelationship" p:multi="true">
<type:target xmlns:type="http://hp.com/2008/02/systinet/platform/model/property/type"
sdmName="productArtifact">{{this}}</type:target>
</p:assignedFrom>
{{/each}}
</art:artifact>

but when i assign practice 1 to product A and then assign practice 1 to product B, it updates practice 1 to be assigned from product 1 only, not 1,2,

so the problem here is how to make practice 1 assigned from product 1 and 2 not from the latest product only.

1 REPLY 1
Warren_Admin
Respected Contributor

Re: AssignedFrom relation issue

For what product is this question intended? There are product forums, which are the best places to enter questions like this. The Community Feedback forum is intended for questions and suggestions about the Community itself, whereas product questions will be answered much more quickly in the product forums.


warren_80x80.jpgThanks,
Warren_Admin, Hewlett Packard Enterprise Community Manager
Any personal opinions expressed are mine, and should not be interpreted as official statements on behalf of Hewlett Packard Enterprise

Thanks,
Warren_Admin