As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Phil,
I am trying this out now. One option is to resolve all the file references one by one in BL code after fetching from the secondary collection.
Can you share a couple of sample rows from both the collections so that I can try this out on data which matches your structure?
Regards,
Wani
Phil K
I am joining an entity form another collection in the onPostFetch of the collection I am querying (as suggested in recent forum post for v3 after data relationships were removed).
Both collections have Kinvey File references against entities. The file references for the primary collection (the one I am querying) get resolved and returned as file objects (with _downloadURL). The file references of the entity I join into the response body do not get resolved and only appear as {_type:KinveyFile,_id:fild_id}.
Anyone help with getting these to resolve properly?
Cheers
Phil