Using Relationships Children of Relationship in Lookup #747
Unanswered
joaonivaldo
asked this question in
Q&A
Replies: 2 comments 1 reply
-
can you please show your datasource? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I need to do a search on a property that is within a child relationship and I'm not getting it. I need to search the property nomeExibicao_nomeFantasia that is inside the RECORD relationship that is inside the OWNER relationship of my PG model. Like this: $rate->owner->record->nomeExibicao_nomeFantasia.
I put the relationSearch like this and it presents the following error:
See that it is looking for the RECORD relationship within the Model RATE. Since in fact the Record is inside the OWNER which is a relationship of the Rate model.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions