Hello,
I'm trying to map out queues in SalesForce.com that give leads to sales reps. Reps have overlapping regions by state, and I'm struggling trying to find a logical solution to establish which reps belong to which queues (they can belong to more than one).
I can't post anything on skydrive from work, so here is some text of the direction I'm heading:
[pre]
[/pre]
Each line is a sales rep, and 1 means that he covers that state. (I hope it lines up properly). How can I optimize queues (groups of states) so that minimal groups are made, and the number of reps per group doesn't go over ~5?
Any help is appreciated, sorry if this problem is not totally clear.
I'm trying to map out queues in SalesForce.com that give leads to sales reps. Reps have overlapping regions by state, and I'm struggling trying to find a logical solution to establish which reps belong to which queues (they can belong to more than one).
I can't post anything on skydrive from work, so here is some text of the direction I'm heading:
[pre]
Code:
UT WV WY IA OH WI IL IN MI
1 1 1 1
1 1
1 1
1 1 1 1 1
1 1 1
1 1 1
1 1 1 1
1
1 1
1
Each line is a sales rep, and 1 means that he covers that state. (I hope it lines up properly). How can I optimize queues (groups of states) so that minimal groups are made, and the number of reps per group doesn't go over ~5?
Any help is appreciated, sorry if this problem is not totally clear.