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.

Featured Replies

How can I move data from field 1 in table 1 to field 2 in related table 2? Using lookups doesn't seem to do the job except on new records.

Would the Record> Replace Field Contents work for you?

I wouldnt recommend using Replace field contents here.

You can Store it in a variable instead.

Set variable [ $whatever; Table1::Field1 ]

Set Field [ Table1::Field1; "" ] //Clears field because moving data

Go to layout [ Table2 layout ]

Go to record [] //Whatever record you want.

Set field [ Table2::Field2; $whatever ]

If you are trying to change the first related record, then you can just you set field.

Set field [ Table2::Field2; Table1::Field1 ]

Set variable [ $whatever; Table1::Field1 ] //Clears field because moving data

You could also use Go to Related record to show the related records. But without knowing your structure, I cant be more concise.

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.