Skip to Main Content
HCL Domino Ideas Portal

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

Status Needs Clarification
Workspace Domino Designer
Categories Views
Created by Guest
Created on Mar 21, 2022

@command([Editdocument]) and uidoc.editmode = true don't work when opening a document from a DQL view.

Both ways to edit a document after opening it from a DQL view don't work. Also Automatically enable edit mode of the form does not work. I did find a workaround though! When you add the code below to the queryopen script of your document it will put it in edit mode after opening it from a DQL view.


Please FIX this or tell us why this is not working if on purpose! It is not ACL related for sure!!! You can easily simulate this problem. Bug?


If mode = 0 Then

source.EditMode = True

End If

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Apr 1, 2022

    Can you please open a support ticket and post the ticket number here?

1 MERGED

Edit a document after opening it from within a DQL view

Merged
So now we can join multiple documents from within different db views in one DQL view which is fantastic but when opening such a resulting document from the DQL generated view I don't seem to be able to edit it even as a database manager. I would h...
about 2 years ago in Domino Designer / Views 3 Needs Clarification