Jump to content

Global fields & multi user serving


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

Recommended Posts

Hey

This might seem like a dumb question, but I am in the beginning phases of designing a filing system for a court office. I am wondering if setting a global field in a database will cause problems if the solution is implemented using advanced server 7.

For example, Im using a script to add parties to a lawsuit record using a join table. I'm using a global field in the parties table to keep track of what suit the user is adding parties to. Now, if there are more than one users adding parties to different suits, I'm guessing one user will overwrite the global field entry so that the first user ends up adding parties to the wrong suit record.

Is there a way to get around such a problem? What kinds of things do I need to keep in mind since I am designing a system that is going to be used by multiple people at once?

Link to comment
Share on other sites

Global fields are local to each user. No user can overwrite another's globals. But keep in mind that global data will not be saved when a user closes a file in a multi-user solution hosted by Server.

Link to comment
Share on other sites

This topic is 7024 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.