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.
Is it possible to resolve references in Business Logic?
1 Comment
M
Michael
said
over 9 years ago
References cannot be automatically resolved in Business Logic, as they are a function of the Kinvey API, not as a function of the underlying NoSQL database, which is what collectionAccess exposes.
You can, however, run a standard query against a collection and manipulate the results using pre- and post- collection hooks.
Daniel Roizman