Thread: Group Tasks
View Single Post
  #2  
Old 04-17-2014, 09:23 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

If you want to update all group members at once.

You need to basically get all the clients in the zone with the same groupid and update their tasks WHEN the primary person completing the task gets their update.

Cross zone updates and assignments are even more tricky which can be done with custom database tables and cross zone signalling code or other methods using qglobals.

The amount of code needed to accomplish either is beyond the scope of this post.

Akkadius has some tools for this he will be releasing shortly though.
Reply With Quote