Forum Discussion
2 Replies
- MarkShnier__You
Qrew Legend
Try this
var text MyUserList = Totext([userlist2]); // insert your List User field here
var text NewUserList = List(";",$MyUserList, totext(User()));
var text AddCurrentUser = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_99=" & $NewUserList; // change 99 to the userlist field.var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$AddCurrentUser
& "&rdr=" & URLEncode($RefreshPage) - DeninQrew Assistant Captain
I posted the formula but my reply disappeared. Maybe it's in a mod queue.
Anyway, you can also find the formula on the Exchange if you have access to that:
https://{your-realm}.quickbase.com/nav/main/action/exchange/qb/library/assign-a-record-to-me-button