Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Delete Multiple Portal Rows

Featured Replies

Hello, is there a script out there that would delete more than one portal row at a time? i.e. if someone checks the box "delete" for a particular row(s) it would delete all of those portal rows at once, instead of it having being done one at a time as it is now.

Create a number field in your related table. Place it in your portal. Make it a checkbox based on a value list with the only value being the number 1. You can size the field so only the box itself shows.

Create a calc field in your parent table. Set it to =1.

Create a new table occurance of the child and relate it with the same criteria as the portal. Add one more criterion and that is the two new fields are equal.

Write a script that goes something like this:


#

If [Count(new_related_to::primary_key)]

Show Custom Dialog ["Do you want to delete all " & Count(new_related_to::primary_key & " records?"]

#

If[Get(lastMessageChoice) = 1]

Go To Related Record [show only related records]

Delete All Records [No dialog]

Go to Layout [original]

End If

#

End If

#

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.