Clicking a link to a table row goes to the page with the main table, instead of opening it in the details pane.
We are pretty sure this was working like that before, does anyone know if it changed or something we did?
MH
Clicking a link to a table row goes to the page with the main table, instead of opening it in the details pane.
We are pretty sure this was working like that before, does anyone know if it changed or something we did?
MH
It is not clear to me what issue you are highlighting here.
What action do you mean by ‘Clicking a link to a table’?
Is this on the users canvas, inside a row of a table-view, or the link at the top of a dialog?
If the latter, this has always been the behavior (alas).
Often we provide a button to open a dialog to a row on a related table as follows:
For example we have an Orders table with a relationship column Customer to the owner of the order.
We would show a button on the order row to open the customer.
Its LABEL is the formula thisRow.Customer.Name so it looks like a pill linking to the customer.
Its ACTION is thisRow.Customer.OpenRow()
We would hide the relationship column and show this button column instead for the user to click on to see the customer details.
If needed you can provide the name of a view of the Customers table as a parameter to the OpenRow() call. Optionally you can also give the view-type as the second paramater (full-screen, center, or right).
Hope that helps.
But if not, please provide screenshots to explain the behavior you are seeing that seems to have changed.
respect,
Max