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 LotusScript
Created by Guest
Created on Jul 8, 2021

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected.

  1. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412.

  2. If a field with the given name does exist in the form but is hidden, the function shows a message box "Field not found". After that, error 4412 is thrown. So there is no custom error handling possible without the message box being shown.

In each case error 4412 should simply be thrown.

  • Attach files