Hello
There are 2 CIs, lets name it as parent, child.
In the child CI, we have "Content Select CCE" and this is updated with the
parent CI info using JS.
Now, when we execute the below code passing Child CI GUID, it works and we get
the parent CI managed object reference
ManagedObjectVCMRef[] referring =
ContentManagementOps.getReferredManagedObjects(GUID);
However, when we execute the code passing Parent CI GUID, it throws below
exception
com.vignette.as.client.exception.ValidationException: 11/28/2011 08:34:00:169,
Error 501 (InvalidParameter), Message 026-412-0098: Item references may be
obsolete. Obsolete references exist from incomplete changes to the item's
content type. Obsolete eferences may be reconciled by editing the content type.
(1) Both the CTD are syncronized
(2) Child CTD has reference to another CTD, which is again syncronized.
Please advise
Thanks
Prakash