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.

Field Selection to create & Delete a Record

Featured Replies

I have a field that is either a yes or no. If someone selects yes, it creates a record into another related Table and that part works fine. But what I want to do is that if they had selected yes and created the record and then go back and select no that the related record is deleted automically without dialog.

Stumped yet again...

Thanks

If someone selects yes, it creates a record into another related Table and that part works fine.

Hi

how did you manage that part ?

  • Author

Because the Field that is in Table 2 is defined within Table 1, so when they select yes, it creates a record in Table 1 automatically.

...and the primary key is ?

BTW: if i'm understanding you correctly, your primary key is the check field and you are checking that field inside a portal.

If so, attach this script to that check field:

If[isEmpty(table1::check)]

Set field [table1::check;"Yes"]

Else

Delete portal row [no dialog]

End If

Create an account or sign in to comment

Important Information

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

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.