For some reason, i cannot export the data from the standalone installation. I never receive the email that the export zip is ready.
However, i’ve managed to duplicate the issue on the "https://develop.backendless.com"; environment.
App ID “1222D486-2545-0202-FF20-4EF37F88FA00”.
It’ not identical, but it’s similar. From the 3rd level, using auto load, the reference is null.
This is the query for the first user: 60C43B24-F233-4E56-FF57-F7EB27505400
https://api.backendless.com/v1/data/User/60C43B24-F233-4E56-FF57-F7EB27505400
the ANG_1 user has an OP_2 supervisor (63D3AEAF-DEA9-8C89-FFF2-E67C78C32400)
the OP_2 user has an HR_3 supervisor (A515545F-B609-28FA-FFE5-E83872C55200)
the HR_3 user has an HR_4 supervisor (1C8A5028-00BE-0D1E-FF22-66F9C0012E00)
the HR_4 user has no supervisor
{
"created": 1454594731000,
"name": "User 1ANG",
"___class": "User",
"userType": "ANG_1",
"ownerId": null,
"updated": 1454869335000,
"user": {
"created": 1454594731000,
"name": null,
"___class": "Users",
"ownerId": null,
"updated": 1454869335000,
"email": "adecco.romania@11degrees.ro",
"objectId": "672A879C-EAA2-0114-FFBE-60DABC680400"
},
"email": "adecco.romania@11degrees.ro",
"objectId": "60C43B24-F233-4E56-FF57-F7EB27505400",
"supervisor": {
"created": 1454594680000,
"name": "User 2OP",
"___class": "User",
"userType": "OP_2",
"ownerId": null,
"updated": 1454869335000,
"user": {
"created": 1454594680000,
"name": null,
"___class": "Users",
"ownerId": null,
"updated": 1454869335000,
"email": "adecco.uae@11degrees.ro",
"objectId": "63573F63-CA5B-ECAC-FF4D-7056BBCB3E00"
},
"email": "adecco.uae@11degrees.ro",
"objectId": "63D3AEAF-DEA9-8C89-FFF2-E67C78C32400",
"supervisor": <THIS SHOULD BE A REFERENCE TO A515545F-B609-28FA-FFE5-E83872C55200>
},
"__meta": "{\"relationRemovalIds\":{},\"selectedProperties\":[\"__updated__meta\",\"created\",\"name\",\"___class\",\"userType\",\"ownerId\",\"updated\",\"user\",\"email\",\"objectId\",\"supervisor\"],\"relatedObjects\":{\"user\":[\"672A879C-EAA2-0114-FFBE-60DABC680400\"],\"supervisor\":[\"63D3AEAF-DEA9-8C89-FFF2-E67C78C32400\"]}}"
}
I’ve marked the place where the reference chain breaks.
This is why i was asking if there any limitations when using auto load.
Hope i provided enough info to replicate the observed issue/behavior.
If by any change i have misunderstood or misread the documentation, i apologize.
Thank you for your support,
Mihai