Hi,
I need to assign the task to the users in a Round Robin fashion automatically. I had the list of users in a table – Records in a datatype.
e.g: If I had 5 task and 3 users in that table. users 1,2,3 gets task 1,2,3 and task 4,5 gets assigned to user 1,2.
How can I implement this?
Can someone help me out? Thanks in Advance…