Hello
I am facing issue with aspects - The Issue is somewhat like this -
I have a Aspect as document_aspect and its attribute as document_sid , when i am attaching it to document of type dm_document it is getting attached , i can see the value of that attribute by using DQL query " select document_aspect.document_sid from dm_document where r_object_id= ' '; "
i am getting value as "1000" which i have attached through dfc code , its fine upto over here
But when i was checking it out and checking it as different version then , the attribute value for the aspect was inherited by current version and the value of attribute ie . "document_aspect.document_sid" was cleared from parent object , but i was able to see the aspect name attached to parent object. Only the value for that aspects attribute was getting cleared ,
The question over here is how can i retain the value of aspect attribute for parent object
Regards