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.

Moving Data Between Layouts

Featured Replies

I have created an insurance database for my company. The trouble I have is figuring how to move data between two layouts. When I have a customer that cancels or dies I would like to check a box that would move that persons data from one layout to another so that they no longer show up on the "active client" list. Is there such a script?

Any help would be fantastic.

Thanks,

Jason

Edited by Guest

You could attach a script to the check box that does not have field entry enabled that runs something like this when clicked:

if(checkboxfield = "" [meaning empty])

{

set field "status" to "inactive client"

copy your record data to variables

go to layout x

create new record

paste variables

go to original layout

omit record

}

I have used this before. Let me know if you need any help with this.

Edited by Guest

Well, it depends, a layout is too general.

Do you want to transfer it to another table or just simply have it not appear on the list?

(2 layouts can be connected to the same table.)

I have attached a file with an example.

You would simply change any buttons that went to the inactive list layout to a script that first did a find on inactive and then went to the list layout.

Unless you want to completely move them to a separate table, which is the script I gave you earlier. let me know if you need any other help.

Feel free to ask. It took me a while to get the hang of FM too.

Enjoy.

Insurance.zip

Insurance.zip

  • Author

That is awesome- thank you

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.