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.

Finding same records in a related table

Featured Replies

I am trying to perform a find from one table to another related table. For example:

I want to go from one table to another by pushing a button. I want to find the same record that I am in currently, matched with the same record in the second table.

How can I accomplish this. I tried a script like this:

enter find mode

set field(main:ordernum;auth:ordernum)

peform find

But this script tells me no records found, modify or cancel find.

Let me know what I'm doing wrong, or if there is a totally different way of handling this.

Thanks!

Relationships don't exist in Find Mode. So, unless auth::ordernum is a global, Set Field has no effect. You are not doing a find in the related table anyway; your find is being performed in the current one.

If, however, you have a relationship between main and auth based on the ordernum field, simply use Go to Related Record [show only related; Using layout: [{layout based on auth TO}]; "MainToAuthRelationship"].

  • Author

I'm sorry actually its not in a different Table Occurance. Its actually a different file with a relationship using order number.

It's the same principle then. Use GTRR, followed by a Select Window [the new window] step to bring it to the front.

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.