Hi,
I have a requirement as below.
I have 2 lists one is profile list with managed metadata columns and anotehr list with same managed metadats columns.
i want to compare the items between 2 lists and take the matching items. the matching is done as follows.
This is my managed metadata structure.
in one list if the user selected region means, i should search for the other list where i have to match the items which are under region also like EMA, LAM etc..but if user has requested for EMA, then i should get only items with EMA. to be more clear region is parent and EMA, LMA or child. if the parent is selected, need to find all items including child but if child is selected then only child should be chosen. i want to achieve it through server object model. any clues on how to implement this logic?
Aruna