I want to use the round robin assignment of SugarCRM for a different module, but I can't seem to find it in my admin menu, where does it usually hide for version 6.5 and how can I apply to it to a different module?
I want to use the round robin assignment of SugarCRM for a different module, but I can't seem to find it in my admin menu, where does it usually hide for version 6.5 and how can I apply to it to a different module?
well that sucks, thank you for the information. I guess I'll go start making one.
Yes go fit it its simple, make assignment time(datetime) field in user module when assignment done update that field for that user , and then get user list by assignment time in ascending to assign new record.
Good luck
You can also do a query to find the user who has been assigned the fewest records that day/whatever timeframe. If you are going to be doing a lot of this type work you may want to look at Process Manager by SierraCRM.