Hi, I am evaluating the application and i am trying to create a master detail relationship using custom views as follows:
Jobs is a Master table with two child custom view tables from sites table as follows:
Job table +------>Site_job_start (custom view table of site table)
+----->Site_job_end (custom view table of the same site table)
+----->Job_details (another_child_table)
the AJAX popup(and links) only shows child tables that are generated from the original site table, but CANNOT show details from custom view from the site tables.
The previous example only show details of job_details and site_job_start if i use the original site table but is emptly if i try to use the custom view.
Any way this feature can work with view tables?