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.

How to Lookup from table, select record?

Featured Replies

fairly newbie question:

I have a contracts table. I want to add a vendor field and a button that will open the vendor table, allow me to select a vendor and populate the information in the contracts table.

I know i will need a new vendor layout with a button to select the record, but i cant figure out how to script this. thanks for any help!!

There are two parts to this.

Part I: a script/button on your contracts layout that goes to a layout based on vendor; this layout shows a list of vendors and has a button to run your "vendor select" script.

Part II: the button on this vendor layout runs the "vendor select" script with a script parameter of vendor id. The script would be simply:

Go to layout[ contracts ]

Set field[ vendor id ; Get ( ScriptParameter ) ]

Commit record

and etc.

You may have contract fields set to lookup based on vendor id, or you can simply display the related vendor fields on the contract layout.

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.