Skip to main content
Nintex Community Menu Bar
Question

remove attachment ability if already an attachment exists for the record

  • July 9, 2024
  • 3 replies
  • 6 views

Forum|alt.badge.img+6

Hi,

I would like to remove the ability to attach files for a record when an attachment already exists.

Any ideas how to achieve this ?

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+6
  • Author
  • July 10, 2024

I implemented a render condition based on the parent model field value which is getting updated upon an attachment upload to a record.

It’s working fine . . . 


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Great work.  That’s exactly what I would have recommended. 


Forum|alt.badge.img+6
  • Author
  • July 10, 2024

Thanks, Rob. I thought I might need to write a snippet or something but could do it without any custom code.