chadski021 Posted April 26, 2016 Posted April 26, 2016 Is there a way to use same record with other user? basically i select the record using checkbox but if another user use the same record, A popup message appear saying you cannot modify this record.
LaRetta Posted April 26, 2016 Posted April 26, 2016 (edited) That is the benefit of global fields - multiple users can enter their own values. So insert the selected records' unique primary key into the global as a list instead. Keep in mind that you will lose the list upon closing the file. If you need to preserve the User's selections, there are methods to do so. We need more information if so. You can also have a regular field in the User table (users record) to hold their 'selected' values and it would be preserved upon close. The best method will depend upon the purpose. Edited April 26, 2016 by LaRetta
webko Posted April 27, 2016 Posted April 27, 2016 Isn;t it a good thing to not have two people modify a record at the same time? Which one is correct?? So, if User1 is already modifying the record, it is 'good' behaviour for User2 to be *unable* to do so....
LaRetta Posted April 27, 2016 Posted April 27, 2016 Thank you for stepping in. I obviously misunderstood the question, thinking instead that Chad wanted the ability for two users to select the same record's unique ID to perform some task or generate a 'list' from the primary keys. Ooops! :-) So yes, I agree that FileMaker prohibits multi-user editing and that is how it should be. Chad, if you can explain why you want this, it might help us come up with other approaches. In fact, if you need this ability, it might even point to a flaw in your structure or at least suggest a rearrangement is in order.
Recommended Posts
This topic is 3201 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 accountSign in
Already have an account? Sign in here.
Sign In Now