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 Under Consideration
Workspace Notes
Created by Guest
Created on Dec 14, 2020

Extend filename and directory length limit

Currently if filename and directory total length is larger than 255 characters, attachment filename is getting cut during Save All or Save attachment in Notes.

If you Drag & Drop same Notes attachment to same folder - filename appear properly. So it looks like an Notes limit described here:

Filenames: On Windows™ and UNIX™ platforms minimum of 255 and/or OS limits; on local Macintosh workstation 31

https://help.hcltechsw.com/dom_designer/11.0.1/basic/H_NOTES_AND_DOMINO_KNOWN_LIMITS.html

Please extend this limit since most OS support large file paths today.

  • Attach files
  • Guest
    Reply
    |
    Dec 23, 2020

    Yes. For Windows, one need to rewrite some functions to unicode, then files with 32767 characters can be used (for absolute paths).