This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Laura Nonveluburjip 10.Mar.07 01:32 PM a Web browser Applications Development7.0.1All Platforms
Hello! I have a problem with an agent to create a readers field.
I created the agent :
Dim doc As NotesDocument
Dim newValues( 1 To 2 ) As String
newValues( 1 ) = "User 1"
newValues( 2 ) = "User 2"
Dim readersItem As New NotesItem(doc, "docReaders", newValues, READERS)
Call doc.Save( True, True )