Jump to content

Filtering Value Lists with Multiple Users


This topic is 5501 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello everyone, please help.

I have a one to many structure set up, which looks like this:

Customer has multiple communities, communities have multiple job types, job types have multiple jobs, jobs have multiple products.

On the first layout the customer selects the communities from a checkbox value list (List view, long list). The IDs get stored in a text field (Selected IDs), which relates to the Community ID, then they GTRR and on the next layout they see the communities they have selected. And so on until they get to the products.

That all works fine for one customer, but as the Selected IDs field is not a global (can't use one because it will have one value for all in the list view). Problem comes when another customer goes to the same layout they start overwriting and messing each others selections up.

So how do I make the relationship so I can still store multiple selections for each line, and still have user independence like a global field?

Thanks in advance, appreciate any help.

Posted

Actually, you do need to use global fields to mark records in a multi-user environment.

http://fmforums.com/forum/showpost.php?post/293833/

How come you're not just finding in the Products table?

Posted

Make selected ID a global.

1. In a relationship the table you are looking from can have a global as ong as the table you are looking to has indexed key fields.

2. The nature of global fields is that a single user will see the same value over all records. In a multi user scenario, each user sees only their own values. So this field as a global will not havethe same values in a list view for all users, just the current user's selections.

HYH

Dave

This topic is 5501 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.