Forum Discussion
MarkShnier__You
4 years agoQrew Legend
I am trying to understand the issue. Presumably this is a report that only consists of unassigned orders. Are you saying that two different users could have the same report on their screen and both grab the same order?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JuanCardona_Mor4 years agoQrew MemberHi Mark, Correct. Both users will have the same report with the same unassigned orders. We're trying to see if there's way for them not to choose the same order at the same time.
------------------------------
Juan Cardona Morales
------------------------------- MarkShnier__You4 years agoQrew LegendHow to they "choose" the record. Do they enter their name or userid into a field?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- JuanCardona_Mor4 years agoQrew MemberUsing a button with the following code
var text addurl = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&rid=" & [Record ID#] & "&AppToken=[APPtoken]" & ToText(User());
"<a class=\"Vibrant Success\" style=\"width:310px; text-align: center;\" href='" & $addurl & "&rdr=" & URLEncode( URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()) & "')>Assign to Me</a>"
------------------------------
Juan Cardona Morales
------------------------------