I have a Workspace class, which holds a List of Emplyee. Therefore, I can “Workspace.employees” field in my Employee table (Image attached). The question is, how can I retrieve this field?
Hi Daniel,
You can’t access the parent object using Data Service API, unless you don’t save it in your custom property manually. But you can search by parent object’s ID, as described in the documentation: https://backendless.com/documentation/data/android/data_relations_retrieve.htm