: -14 : 0 : 14 |
REFItemName = "$REF" by default or omit this parameter.
apply to following methods: Call notesDocument.MakeResponse(document As NotesDocument, [ REFItemName As String ]) Set notesDocumentCollection = notesDocument.Responses( [ REFItemName As String ] ) @Command([ComposeWithReference]; server : database ; form ; flags ; [ REFItemName ] ) @Responses([ REFItemName ]) probably need to take into account: notesDocument.ParentDocumentUNID IsResponse EDITED: MakeResponse or ComposeWithReference can be excluded from this list, but then give a chance to create item type of "Response Reference List", because now it correctly you can create only MakeResponse method. |