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 Assessment
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 17, 2023
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit DDXP-I-215 Whenever a field formula throws a run-time error, the message should indicate the field name and formula.

ComputeWithForm(true,true) give generic dialog box Merged

When using the NotesDocument.ComputeWithForm(True,True) method, when error appears, it seems to be a generic message "field in note has wrong datatype".

This error should name the field and datatype to help in debugging or in testing the use of this method. "field {fieldname} has wrong datatype of {fielddatatype}".