Hi All
How do I get the doc ID of a selected row in the grid?
Since we don't have a selection column of checkboxes yet, what's the best way to get the doc IDs of the selected docs in the view?
Hi All
How do I get the doc ID of a selected row in the grid?
Since we don't have a selection column of checkboxes yet, what's the best way to get the doc IDs of the selected docs in the view?
Subject: document unique id
dim session as New NotesSessiondim doc as NotesDocument
dim uid as string
'Instantiate vars
set doc = session.DocumumentContext
uid = doc.UniversalId