related values in the lookup function

Is it possible to use related values (parent-child) through the new lookup function of the framework?

Yes, it is possible. I have defined it in the fields list in the framework configuration like other fields, but with all the relationship (table1_to_table2.field)

Hi Michele,

Thank you for your answer, but i dont understand where I have make those settings. Could you explain it using a small example.
My situation is like this:
table calls with the following fields: call_objectid (parent), call_occupantid (child)
call_objectid is linked to the table objects using the following relation calls_to_objects
call_occupantid is linked to the table occupants using calls_to_objects
in which program should i define the fields using the relation that you mentioned?
Program Calls, Program Objects (Parent), Program Occupants (Child)

In the framework configuration, program/fields…Here you can have the list fo the fields of the table the form uses, here you can had a new fields and in the definition you enter the related fields with the full “path” and then sign this field for the lookup…