Improve features for creating fields in HCL Nomad and Notes Client:
Text mask (using regular expression)
set Maximum and minimum characters in field properties
set Automatic capitalization in field properties
option for Restrict characters (example: line break)
option to set the border of the rounded style field and border color
auto adjust field width to screen area, table area or fixed width
enable blur effect on hover to highlight selected field
enable the field as mandatory, and if it is not filled in, the field must have a border marked in red and a text indicating below the field what must be filled in
option to display the field disabled, with read-only mode (using Formula condition)
Display the "help description" property right below the field (to be viewed in Nomad)
include option to place icon with the field
inline autocomplete in text field , similar to what is done in the "To" field of the Memo when typing the name (using Formula, Lotus Script)
Originally, the concept of field varieties (Editable, Computed, Computed for display, Computed when composed) was a failure in old Notes.
It would be more successful to have a division into 2 general types: Editable, Computed.
Add additional options for the Computed type: with partial refresh (RefreshHideFormulas method or formula), with full refresh (Refresh method or formula), Computed for display, Computed when composed.
And absolutely every field has the ability to change the SaveToDisk option by specifying it in the field properties, and not only programmatically. It is very inconvenient that this property cannot be set for Editable fields. And in principle, these options could be added without breaking backward compatibility. It would be very convenient for developers.