Minified JS error when pulling table relations with Self Reference

Hi, I have an issue occurring when I try to pull table relations with a self reference.

Please see this video for a clear description:

App ID: 552EA923-D13D-8DAB-FFF1-BBC86963EF00
page: template_UserProfile

Can you help resolve?

Hi @James_Hereford,

I need a little time to research the problem,
I’ll be back soon with an answer.

Regards,
Sergey

I checked your application, the fact is that the request for receiving data is executed correctly, after which you are trying to place the entire “relManager_Employee” object into a text component, which leads to an error. Below I have attached a screenshot in which I specified the Content Ligoc for the text component, for example like this:
“employeeRecord.relManager_Employee.nameFull”
after which the data is displayed correctly.


I created an internal ticket in which the display of various data (array, object, string) in a text component will be implemented. Which will lead to a more expected result.

Thank you for discovering this problem, this will definitely make Backendless better.

Regards,
Sergey

Hey Sergey, thanks so much for taking a look at this. It should have occurred to me that the relation would pass as a whole object. The videos even show choosing specific fields. I just keep thinking of that as a field that contains an objectId.

Thanks!