Try CBAddVersionPre. Check if the inputparameter addVerInfo has a feature AttrCacheID. If it does, you can get thecached version of the Attribute information using the utility $LLIApi.CacheUtil.
Regards
Andrew Foti
From: eLinkDiscussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: Thursday, 7 April 2005 5:02AMTo: eLink RecipientSubject: Is it possible toretrieve attributes for a newly created node version in the callbackCBVersionNew?
Is it possible to retrieve attributes for a newly created node version in the callback CBVersionNew?
Posted by SABLINUser6 (Bladh, Peter) on 04/06/2005 02:59 PM
Hello! I am currently coding a callback (CBVersionNew). (Activated when a node version is created.) In this callback I want to manage the (maybe modified) attribute values associated with the new node version. My problem is that it seems to be "impossible" the retrieve the attrbute values associated with the new node version. I have tried using: LLIApi.AttrData.New() <attributeData>.DBGet() But attributeData does not hold the attributes. I have noticed that the new attributes is stored in the LLCACHE table. But in the callback I cannot not reach the values because it seems to not be possible to get the CacheID. I have tried to debug the code and it seems that the attributes is added AFTER the callback is executed. Is it possible to retrieve the attributes (for the newly created version) or should I use som other technique. /Peter