M
mscertified
I have an application where agents type in trouble tickets that they get via
phone and email.
Now there is to be a web portal that inserts rows to a ticket queue table.
There will be a queue count displayed on the agent's screen along with a GET
button. When this button is clicked, the first item in the queue must be
populated on the screen and removed from the queue.
Since there are multiple ticket agents working simultaneously, how can I
code this to ensure that no two agents grab the same row or grab different
rows but remove the wrong one?
phone and email.
Now there is to be a web portal that inserts rows to a ticket queue table.
There will be a queue count displayed on the agent's screen along with a GET
button. When this button is clicked, the first item in the queue must be
populated on the screen and removed from the queue.
Since there are multiple ticket agents working simultaneously, how can I
code this to ensure that no two agents grab the same row or grab different
rows but remove the wrong one?