How to add an attachment description to file uploads?

Ah, I see.

Can users edit the data that templates pull in with merge syntax? I thought that was possible. If so, could you use a template with {{$Model.Attachments.data.0.Description}} instead of two models and a field editor?

Probably more complicated than it’s worth.

How do you add an Action to the File Upload Component?

Jarrod,

Pat is describing an action on the attachment model, not the file upload component.

You should have two models on your page (or three, with Pat’s method). One on the object that has the record you are attaching to; and one (or two) on the Attachments Object, with a condition linking it to the first model.

Makes sense?

i get how to load a list of them but how do you relate the upload component to the single record attachment model? once you upload the file it saves it and there is no handle to the attachment it creates.

er … uh … nvm. I forgot that the file component doesn’t work based on an attachment model. It works based on pointing at the parent model. :smiley:

I got it! :wink: VisualForce… lol

I’m confused. What were trying to do. Just list the attachments?

No, That plus add an attachment with a description. I made a quick upload page that uses a drop down for description for the file upload. The list with skuid is easy but there needs to be a way to upload a file with the description not just the file.

Well Ill be danged. Pat’s idea should work,  but there is a bug with the file component.  It adds a row to the attachments model, but doesn’t trigger model actions…   We need to fix that. 

Jarrod,

I really think Skuid can do what you’re asking. We’ve done it. If you’re happy with your visualforce solution, that’s great. If you want a complete sample/description, let me know.

I’d be interested just because I’d like to see how. :wink:

If you have a working sample that would be great! I couldn’t get anything streamlined to work that didn’t involve adding, refreshing, editing and then saving.

So, here’s what we’re using. The only step I’ve eliminated is ‘refreshing.’ I still have to upload, edit, and save. Using a popup like Pat suggested would be an even better user experience, once the Skuid team get’s the model actions working properly.




I will mention that this ‘patient’ is completely fictional. We’re not violating anyone’s privacy.

Jim that’s cool - but I don’t think it gets to what we want.  The table with description in it is cool,  but does not force the user to enter a description.  Still working on this one… 

Right. Pat’s idea to launch a popup on creation of a new row seems like the way to go.

Rob (et al.),

Any movement on this?

I’d love to see the model on the Attachments object be able to trigger actions in the action framework upon creation of a new row. 

Yes Matt, it is still on the list, but other cool toys have gotten more priority.  You know how it goes. 

@Rob Hatch, Any update on this enhancement ?

Anyone, any update on this enhancement from skuid?

The ‘add an attachment description’ to file uploads is enacted, as of Skuid Banzai you can set an attachment description in File Upload component properties  (see Step 2 in that article).   The Attachments Model also seems to be connected to the Actions Framework via Model Actions, but I haven’t done much with this yet so I’m not sure if there are limitations.