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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


Status Needs Review
Workspace Domino Designer
Categories @Formulas
Created by Guest
Created on May 28, 2026

Add an itemname porperty to @AttachmentNames

@AttachmentName gets the name of all Attachment in a document. I need a posibility to get the names of the attachment in only one iten/field.

in all my documents, I have a subform for attachments with two fields

PrimaryFiles : The files I want to share with all users (pdf)
SecondaryFiles : The working files (docx, xlsx ....) for changes that results in a new pdf for all users.

In all views there is a Attachment icon, to open the primary files (with inview edit on click).
It would be nice to use a hideformula for the icon @AttachmentNames; "PrimaryFiles") = ""
or get a list of all attachment names in PrimaryFiels.

I have a workaround in lotusscript to calculate the fields PrimaryFileNames and SecondaryFileNames on every save that only works in postsave (sometimes the user have not the right anymore to save the document in postsave in workflow forms).


  • Attach files