Skip to main content
Nintex Community Menu Bar

List View in Nintex Forms

  • October 20, 2015
  • 2 replies
  • 20 views

Forum|alt.badge.img+3

Hello,

 

I have a need to view attachments on list items using the List View in a Nintex Form.  So far all I can achieve is the paperclip icon indicating there is an attachment.  Anybody know the code or what I can do to get the attachments to show?  Hopefully as links to the attachment's themselves.

 

Ben Jensen.

2 replies

Forum|alt.badge.img+3
  • Author
  • October 23, 2015

Hello Steven,


This looks amazing, and almost works for me.  Line 24 is my problem at the moment.  I do not appear to have a itx class anywhere for this to pull information on. I can get the stuff to work if I manually set the item to an existing ID.  Suggestions?


Forum|alt.badge.img+3
  • Author
  • October 23, 2015

As a note I was able to get this all working, just had to add a extra field to the view that has the ID for the list item in question.  Then changed line 24 to traverse to the field with the ID and pull the html from it.

I would prefer to not have that extra column but honestly it works.

Thanks again for the help Steven!

Ben Jensen.