Quantcast
Channel: IdeaJam feed for Vlad Sh
Viewing all articles
Browse latest Browse all 20

Domino Designer / : Add a optional parameter REFItemName for work with hierarchies of responses

$
0
0
Author: Vlad Sh
Tags:LotusScript@function
Idea:
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.
 


Viewing all articles
Browse latest Browse all 20

Trending Articles