Why can't I find the attachments slideout?!?!

I’ve been searching through application studio to find the Job Entry Attachments slide out that appears when you click the paperclip.

I don’t see it in the application map for Job Entry and have run out of ideas of where I should be looking. My goal for finding it is to look at the View attachments function in the grid to see if I can add it into the Doc Maintenance slideout for job documents in MES. The only option that is listed there is Download…

There are some areas that are “framework” and are built from components of apps, or hosted entirely in the framework. IIRC, this one is framework (there’s no where to edit it without hijinks)

You can use f12 dev tools to monitor the network calls that the view attachment function does and use a rest-erp, function, etc. widget, whatever’s the best fit, to replicate the behavior.

I’m new to finding my way around the dev tools. I don’t see any network call when I click either the download or the view control in that attachments grid. I do see activity in the edge agent log. Even if there is some voodoo script that is calling the edge agent, shouldn’t that be seen as network traffic?

I think this discussion in academic, since I have found that the button on the screen labeled Download that I didn’t push because I only wanted to view the attachment actually opens the attachment and doesn’t actually download it. :man_shrugging:

I have this post about creating my own attachment interface for use on custom dashboards. Might be useful to you Using Attachments From Custom Dashboard (A Guide)

dang it, meant to check it out n forgot. too much todo. thanks for sharing Cory, again.