Skip to main content
I use the Sharepoint 2003 List Event to create/update a custom list. All lists come with that paper clip icon representing the ability to attach documents within a list item. I want to update that column with whatever attachments a user submitted (via a K2SmartForm using the K2DocAttachment component) using the Sharepoint 2003 List Event, but it doesn't look like there is a way to get to that field. I thought of just creating a column that allowed me to enter a hyperlink, but that only allows for one document per list item. Then I thought of just updating a text field but in that case I'm only able to put in the full url path of the document (which can get really long and ugly) instead of a name to represent the url with the url behind the name. <a href = "http://servername/sites/sitename/documentlibraryname/filename.ext">Name of document</a>.

Any way to get to the paperclip field or anyone have other suggestions on how to do this?
Be the first to reply!

Reply