Click here to Skip to main content
15,901,035 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have 6 usersi want to assign work to each user one by one with each transaction , like

if i submitfirst transaction it should assign to first user , if i submit second transaction it should assign to second user , like so on ,

how should i do this process ??? Help
Posted
Updated 14-Mar-13 7:58am
v2
Comments
Richard MacCutchan 14-Mar-13 14:23pm    
Just maintain a list with details of user name and transaction and allocate in order. The list can be kept in memory or on a database.
ZurdoDev 14-Mar-13 14:28pm    
Write the code to do it. Where are you stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900