Portals: Advanced Configuration

Intermediate

Go beyond basic portal setup -- configuring initial row, scrolling behavior, portal filters, alternate row highlighting, and portal interaction patterns.

What you'll learn

  • All options in the Portal Setup dialog and their effects
  • How to configure portal scrolling and initial row
  • How to implement alternating row highlighting
  • How to design portal interaction scripts for row-level actions

Portals are FileMaker's primary mechanism for displaying and interacting with related records. Beyond dragging a portal onto a layout, advanced configuration -- filtering, alternate row styling, scrolling, and interaction scripts -- transforms a basic list into a polished data management interface. This lesson covers everything available in Portal Setup and Inspector for professional portal implementations.

1/4
1

Portal Setup options in depth

Double-click a portal to open Portal Setup. Each option has behavioral implications that affect both usability and performance.

TEXT
// Portal Setup options:
// Table Occurrence: choose the TO (must be related to layout's anchor)
// Initial row: which row to show at top on layout load (usually 1)
// Number of rows: how many rows are visible simultaneously
// Vertical scrolling: enables scroll bar; rows beyond "number of rows" accessible by scrolling
// Allow deletion of portal records: enables the Delete Portal Row script step and row deletion
// Show vertical scroll bar: display preference (always/when scrolling/never)
// Filter portal records (calculation): secondary in-memory row filter
// Sort portal records: optional -- enables sort on specific fields

Sign in to track your progress and pick up where you left off.

Sign in to FM Dojo