|
Navigating Lists
One-Click Form Access
For tables and views that have a primary key, users can navigate to a row by clicking the arrow next to the row.
Automatic Foreign Key Resolution
If a column is a foreign key, the list will automatically resolve the foreign key and display a user-friendly value based on the natural key of the referenced table or view. Users can navigate to the referenced row by clicking the value.
Rich Context Menus
You can build rich context menus by defining a stored procedure’s parameters as foreign keys to the rows table or view. If the user has permission to delete the row, they can do it directly from the context menu as well.
|