Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
In categorized view, ability to select all the documents in category by selecting the category.
This would be a very useful feature when used from the UI.
Attachments Open full size
Well we already build an action using the mentioned functions, but to select them in the ui that way is with increasing amount of documents really bad for performance.
A fulltext search would also be possible, but a lot of users aren't quite familiar with the search syntax and no matter how often you explain it they still don't get it. Another Problem is, that the user themselves don't know the name of the field that is used for categorizing
Attachments Open full size
Or you could do a fulltext search on the categorized field :-)
Like -> [Category] = "Value"
Attachments Open full size
Isn't that already implemented by using the CreateViewNavFromCategory or GetAllViewEntriesByKey or GetAllDocumentsByKey?
Sure it needs a little coding by using the NotesViewNavigator. But on using the NotesViewEntryCollection or the NotesDocumentCollection you only need to disable Autoupdate on the NotesView to avoid "no longer in view" errors.
Attachments Open full size