Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 68
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Originated in
FileMaker Pro 6.0 or earlier
Description
Important You cannot undo a Delete Record/Request script step.
Examples
Perform Find [Restore]
Omit
Delete Record/Request [ ]
Related topics
Script steps reference (alphabetical list)
Contents
Delete Portal Row
Purpose
Deletes the selected portal row (which deletes data in a related record).
Format
Delete Portal Row [No dialog]
Options
Perform without dialog prevents a message box from displaying when the script step executes
that asks the user to confirm the deletion of the portal row.
To delete Do this
A master record Make sure that the record you want to delete is active (use navigation script steps),
and then use Delete Record/Request. If the current layout contains a portal, use Exit
Record/Request to make sure that no related record is selected, then use Delete
Record/Request.
A related record Use the Delete Portal Row script step. If Delete Record/Request executes when a
related field in a portal is selected, the user sees a dialog box that asks whether the
master record or related record should be deleted. (Note that Allow deletion of
portal records must also be selected in the Portal Setup dialog box to enable
deletion of related records.)
A find request Make sure that the find request you want to delete is active (use navigation script
steps), and then use Delete Record/Request.