ContributionsMost RecentMost LikesSolutionsRe: Limit assignment of orders to one UserThank for looking into this! ------------------------------ Juan Cardona Morales ------------------------------ Re: Limit assignment of orders to one UserUsing 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 ------------------------------ Re: Limit assignment of orders to one UserHi 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 ------------------------------ Limit assignment of orders to one UserHello We're creating an sales order dispositioning tool and we ran into a problem. We have a summary table with unassigned orders were multiple users can assign the same order to themselves. We would like to limit the dispositioning as the order is assigned to one user. Appreciate any suggestions to solve for this issue. ------------------------------ Juan Cardona Morales ------------------------------