Hello,
I have a question about a situation. I have a junction object (device output) which is connected to two objects (device, user). Now I want that when a file is uploaded at the "device output", that this uploaded file is also displayed at the respective "device".
I know that this is possible but could you give me a hint how to implement this?
Many greetings
Alex
It's a real shame Salesforce doesn't let us roll up file attachments like they do on Standard Objects, especially if there is a master-detail relationship. Probably an Idea somewhere to vote on
Last time I faced this I had to write my own lightning component that displayed the file attachments for the parent object and its child objects. It's worth checking AppExchange for any 3rd party solutions to do this that are configurable.