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 Review
Workspace Notes
Created by Guest
Created on Jun 8, 2022

Let the Tansaction Start, Commit, Rollback also run on the client

The new command set TransactionBegin, TransactionCommit or TransactionRollback is a command set that only(!) works on a server. And this server has to use the Tranactionlog to handle it.

These commands are a great enhancement for Lotus Script. Code can be written much easier and less complex.

But the current implemenation makes the LS code at the same time unusable in case

  1. the client is running offline (without server) or

  2. a local DB is involved in the Transaction bracket.

Thus I herewith suggest to use the local transactionlog (an inofficial option) to implement on the Notes Client a local version of the LS Transaction command set.


Kind Regards,

Jochen "Joe" Herrmann

  • Attach files
  • Guest
    Reply
    |
    Jun 14, 2022

    Interesting proposal. Local aynchronous operations being one of the main assets of Notes, definitely this ought to work 'locally'. and not just on a server.