I need to implement something like SendTo. Ideally a button on a browse for each of the formats: csv or pdf. The user then gets a download of the contents of the view (after filters). I do not specifically need the email/print/ftp options.
SendTo relies on a queue and list format to do its magic. We do have a view in the NetWebBrowse but not the browse queue and list format.
I can handcode it but must do it for every Browse - I am hoping for a generic approach, maybe a template?