Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4013730
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:24:28+00:00 2026-05-20T09:24:28+00:00

In Lotus Notes hidden client, hidden views are not shown by default but you

  • 0

In Lotus Notes hidden client, hidden views are not shown by default but you can further hide them by using outlines.

But a user can gain access to hidden views by following either of the following

  • Right click on the database bookmark, “Application” -> “Go To” while holding CTRL+SHIFT
  • User opens database and goes to “View” menu and click on “Go To” while holding CTRL+SHIFT

In these scenarios users can see any hidden views or views which are only hidden on the outline.

Is there any way to hide those views aside from creating a reader list for each view?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:24:29+00:00Added an answer on May 20, 2026 at 9:24 am

    Assuming that you do not require the documents in the view to be hidden. Ben’s response is quite good. But I am not a big fan of Reader lists in view designs, even if you’re using ACL roles to manage them. Reader view lists are notoriously hard to maintain, and easily overlooked later when debugging user issues.

    If you want to prevent UI access to the view but still permit the user access to the documents via the application programmatically, you will need to goto the view’s “QueryOpen” event in the Domino Designer and insert the the following code.

    Sub Queryopen(Source As Notesuiview, Continue As Variant)
        messageBox "Not authorised to access this view"
        Continue = false
    End Sub
    

    This should prevent a user opening the view via the UI as you described, but allow the application to use it where required. And if so desired later on, you can programmatically control when those views can be access by the UI. I have had a couple of instances where I have had to create control objects that determine which type of user can open/paste documents into a view.

    My answer is on the basis you just want to prevent people accessing views. But if you need to actually hide the documents in the view, then you need to consider document level security, and then design your application around that. Admittedly, this will increase the complexity of the application because, if required, you’ll need to use agents to run on someone else’s behalf in order to act on the documents the user can’t see.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to get the Contacts Details from Lotus Notes Client Using Lotus Notes Java
In my Lotus Notes application (classic, not using XPages), the user won't be able
i want add a new user in lotus notes using java program but i
My client is using Lotus Notes 8.0.2. I am trying to use the following
I am using Lotus Notes as my email client, and how to change the
We have a client who is currently using Lotus Notes/Domino as their content management
I am using Lotus Notes Java API for my application. I have send one
I'm currently working on a Lotus Notes solution. We're just using Web forms so
I've been able to send emails using Lotus Notes and VBA and Python using
I am adding 3rd party Lotus Notes dll in my project which is not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.