search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler multiuser- able?

Asked by Daniel
9 years ago.

Hi!

Is there any ability of multiuser?

I want to lock an Event when a user open a modal-popup and unlock it when he is closing it.

Thanks,
Daniel

Answer posted by Dan Letecky [DayPilot]
9 years ago.

Solving record locking is far from simple in web applications. See the following SO question for a brief outline of the problem:

http://stackoverflow.com/questions/3358957/blocking-a-record-from-editing-while-another-user-is-editing-the-record-how

Unlike in client-server applications you can only choose from workarounds. The closer you need to get to the client-server model the more work is required.

I would probably not try to lock it but just warn that someone else is editing the record and save all modifications in version history. This way users will be able to resolve the conflict manually without losing the data.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.