Skip to main content
Nintex Community Menu Bar

About attachments confidentiality

  • February 13, 2020
  • 5 replies
  • 21 views

Forum|alt.badge.img+3

I need to hide the attachemnts panel in my nintex form. I used this formula by creating the calculated column. (current user (Email)!=userName).

But, My chalenge is when new form loaded, it hided the attachement panel all the time. When users trying to open the form to submit the form, it should open the attachement panel to attach documents. How do i create a formula to fix that 

5 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • February 13, 2020
Its sound like you need to check if the form is in new mode. The below formula should work.

and(!Is New Mode,current user (Email)!=userName)

Forum|alt.badge.img+3
  • Author
  • February 14, 2020

@SimonMuntz , Sure,  i need to hide the attachments from others except created by when in the Edit mode, but in the new mode, everybody should be able to open and submit. 


Forum|alt.badge.img+3
  • Author
  • February 14, 2020

@SimonMuntz ,

In short,
The attachments panel can be able to display in both New and Edit mode. The only d/f is when the form loaded as New mode, everybody can be able to attach there own documents. But, if its in an edit mode, only created by is able to see his/her own documents. 


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • February 14, 2020
I doubt this is possible out of the box. A classic form with clever Javascript maybe.

Forum|alt.badge.img+8
  • Novice
  • February 14, 2020

As a workaround (and maybe even "real" confidentiality) you could, via workflow, move all the attachments to a document library (display it via "List View" in your item form), delete the attachments and set permissions on the created document directly.

By hiding the attachments, you don´t achieve real confidentiality as the attachments could be accessed by other means that the form.