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.

Help with creating IDs in a many to many

Featured Replies

Here is my setup. I've got a many to many relationship between "Cases" and "Clients" through what I guess is a join table "Matters". Each Case has multiple Clients, and each Client has multiple Cases, but each Matter involves only one Client and one Case. Each matter stores the ID numbers of the Clients and Cases.

Right now, to create another Matter and link a Case with a Client, on the Case layout I have a drop-down list of all the Client names taken from a value list, and a button that executes a script to make a new matter. My problem is getting the Client's ID number to complete the relationship. I'm sure there is something obvious that I'm missing, any help would be greatly appreciated! Thanks!

Edited by Guest

You can create a value list based on the Client ID that will show the Client's name. So it looks like you're selecting the Name, but really you're selecting the ID and that Client ID should be complete the relationship between Matters and Clients.

You could create a new matter from a layout based on a Matter table occurence (TO). Then, have two popup menus for the user to select a client and case. Set the popups to value lists that consist of ClientID and Name, just showing name and CaseID and Name, just showing Case Name.

The problem with popup menus is that they are miserable if the lists get long. Then, you might try a "Select" button next to the Client Name which brings up a new window of all Clients in a list view. See this thread for example file.

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.