This topic is locked

Preview Record when hovering over a column

12/13/2024 2:59:52 PM
PHPRunner General questions
A
AbriaCloud author

How would I preview a detail record field by hovering over the master record on a list page? The detail record would contain a summary field in HTML format and I do not want to obligate the user to click on the row.

R
rmac 12/17/2024

If I'm understanding this, it sounds like you only need to use the built-in features:

  1. Create a link between the two in the TABLES page and set it to display in popup.
  2. Select the field(s) you want displayed with the PAGE DESIGNER for the detail table and rename the link to be whatever you want on the master table. If you need the popup to display something different than the full details page (maybe abreviated) , then create a second list page on the details PAGE DESIGNER with only those fields and on the master page detail link, point it to that form instead.

Hope that helps.

A
AbriaCloud author 12/19/2024

Thank you for your response, however that is not what I am looking for. I would like the value of a HTML field in the detail record to appear in a pop-up when hovering over - not clicking on - the master record.

For example, a pop-up of line items on an invoice would appear when hovering over an invoice number on a list page.