Hans Stoop--------------Register your subtypes in the OScript Registry:https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2454603Consultant Partner Programs Europehstoop@opentext.com+31 23 5652333http://www.opentext.com/
-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: woensdag 7 november 2001 14:46To: eLink RecipientSubject: How are attributes added to an item in Version 9.0? How are attributes added to an item in Version 9.0? Posted by NIDAUser2 (Huelskamp, Paul) on 11/07/2001 08:43 AM We have a custom module that creates folders and documents and assigns attributes to them. This code is no longer working after upgrading from V 8.1.5 to V 9.0. I found the 03/23/01 discussion post stating that the SetNodeUserAttr method no longer works so I am now trying to figure out how to define a catagory for a new object and assign attributes to it using the new $LLIAPI.AttrData object.I have attached a segment of our existing code that uses the .pCategory = value and .SetNodeUserAttr methods to assign attributes.I have found the reference documentation on AttrData in the Online Help but there are no code samples to show how the methods and attributes are used together to accomplish a task.Can you suggest how to do the same thing using the new $LLIAPI.AttrData object? Are there any code samples that illustrate the use of AttrData?