I want to be able to set the "icon" attribute programatically. I know you can get the value by doing this:
<ISPECT>String string1 = getAttributeValue("icon")</ISPECT>
Is there similar syntax I can use to set the value of "icon"?
“icon” is a custom attribute on “theObject”in your example. You may set custom attributes via KMAPI or the HTTPapi. Please refer to the Collaboration Scripting and Integration Guidefor details.
-Curtis
From: eLink Entry:Vignette Collaboration Developers Forum[mailto:vignettecollaborationdevelopersforum@elinkkc.opentext.com] Sent: Wednesday, October 20, 2010 10:03 AMTo: eLink RecipientSubject: Programmatically Set Attribute Value
Programmatically Set Attribute Value
Posted by ezoz@nebraska.edu (Zoz, Eric) On 2010/10/20 11:58
[To post a comment, use the normal reply function]
Forum:
Vignette Collaboration Developers Forum
Livelink Server:
knowledge-wlweb01
That helped out alot. I got what I needed.
Thanks for your help