Start a new topic

Can references be resolved in Business Logic?

Is it possible to resolve references in Business Logic?
1 Comment

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.
Login or Signup to post a comment