How to fetch related asset data from any asset?
soumen sardar (3●2●3)
| asked Aug 08 '14, 5:21 a.m.
edited Aug 08 '14, 5:32 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi,
I am trying to fetch asset with BPH Level category from RAM programmatically. When i am getting BPHL1 asset, i want to fetch liked BPHL2 asset. How do i get that? I am able find proper api for that. Can anyone please help on this...Thanks regards, Soumen |
Accepted answer
Hi,
Thanks for update. I think one fetch related assets in following way: 1. for current RAMAsset object, call RAMAsset#getRelationships to retrieve relationships current asset has; 2. for one RMARelationship, call RAMRelationship#getChildAsset() to retrieve related asset, use RAMRelationship#getRelationshipTypeName() to fetch relationship name. Hope that could help. soumen sardar selected this answer as the correct answer
|
One other answer
I am trying only to fetch related assets from current asset. Still I am facing problem to do that.
Any help will be greatly appreciated.
Thanks
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi,
From post summary I think you need to fetch a related asset of current asset. However after read your description, I think it is about category schema. I am kind of confused here.
So, Is the assets categorized under two categorization? or there is a relationship between these two assets? It will be helpful if there is more details about the scenario.
Thanks.