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

remove the caching of profile documents /make profile documents realtime capable

a big thing in notes programming is the lack of communication between notes object/elements:

e.g. selecting a document in an embedded view, and the form should know which one is selected

A workaround for this could be the communication via a profile field,

but the profile document is cached !!! and not able to hold information in realtime.

Because of this a lot of programming must be done via environment variables, with a lot of disadvantages:

a very new and important one is the missing environment in nomad applications

The solution: remove the caching in profile documents!

It will open the door to new programming features  and much better usability of notes programs.

  • Attach files
      Drop here to upload
    • Admin
      Thomas Hampel
      Reply
      |
      Jan 19, 2022

      https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_GETNAMEDDOCUMENT_METHOD.html
      named profile notes are available for providing this feature.

    • Guest
      Reply
      |
      Jan 14, 2022

      Notes 12.0.1 can use a Named Document instead of a Profile Document.

      This is not cached.

    • Admin
      Thomas Hampel
      Reply
      |
      Jul 24, 2020

      Why using an embedded view? If you want to store the value of the selected item in the document, use a combobox or listbox field type instead.

    • Guest
      Reply
      |
      Jun 3, 2020

      Dim ndProfile As NotesDocument

      Set ndProfile = ...

      ...

      Delete ndProfile 'remove the cache of profile document