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 Domino Designer
Categories @Formulas
Created by Guest
Created on Nov 21, 2024

Make an option to recalculate computed fields after a WebQueryOpen Agent ran

Within the Designer on a form there is a checkbox within the Field properties called "Compute after validation".

Alike that I wish there would be a similar option having computed fields to recalculate AFTER the WebQueryOpen Agent ran on a web form.


This could be of use in any cases of web forms like:
- OpenDocument
- EditDocument
- OpenForm
- OpenView (using a ViewTemplate Form)


Having a WebQueryOpen Script Agent which sets a field with "ReplaceItemValue" the other field with the new option described above could recalculate to include the information written by the WebQueryOpen Agent.

So you ask why the WebQueryOpen Agent did not write the corresponding field in the first place?

There are cases where this is unfortunately not possible like using the Formula command @SetHTTPHeader when you want to populate the header value to set from information being set from the WebQueryOpenAgent. The computation order does not support this scenario cause it calculated the computed fields (with the @SetHTTPHeader statement) first and after that running the WebQueryOpen Agent.

Of cource also it would be nice if there would be a command to set HTTP Header within Lotus Script WebQueryOpen Agents itself - like:

Call session.setHTTPHeaderVariable(name, value)

Mark Reiser, sirius-net GmbH

  • Attach files