Is there any way to retrieve only a field from a relation?

Say I have a relation between tables, is there a way to retrieve a field from a related object rather than the entire object? Something like “loadRelations=otherTable.objectId” ?

Hi Jason,

When you retrieve a relation, you will get all first order properties of the related object. An alternative way to retrieve only specific data can be done with custom business logic, for instance with custom events (which is the closest to a direct an invocation of your own server-side code: http://backendless.com/documentation/business-logic/java/bl_custom_events.htm)

Regards,
Mark

Hi, If a have a tableA with a field with a relation 1:1 to a tableB, how can I make a where clause to obtain only items with a particular objectID from that relation 1:1???
example:
let whereClause = “game.objectId = (infoGame.objectId)”

Juan,

please create a new topic as your question is not related to the original question.

Thanks!
Mark