Hello dear community,
I have another requirement to fetch all files (they have PNG-Format), attached to all records on a specific object. Now, I know that it is tricky to get Content Document ID and Linked Entity ID field on it. Any workarounds? I saw in the porst from some time ago, it s possible to use SOQL query, but specif IDs to be part of it. Is it still the case? In my case I need to query all files attached to the records on that object, and there are tones of them. Or a workaround would be to put a custom field and let it fill by a trigger whenever a file is uploaded, so that in CRMA I can query in recipe content version ID / content document with record link on it? Thank you.