ThomasEasterli1
6 years agoQrew Trainee
Custom Save and Redirect
I've yet to find the solution I'm looking for.
Goal: Save the current record and redirect to a native QuickBase user homepage based on their role.
URLRoot() & "db/" & [_DBID_TASKS]
& "?a=API_EditRecord&apptoken=*******&rid=" & URLEncode([TASK - Record ID#])
& "&_fid_16=" & URLEncode([staff_member])
& "&_fid_15=" & URLEncode([department])
& "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_TASKS] & "?a=dr&rid=" & [TASK - Record ID#])
Currently we're redirecting to the previous task record where the user came from. Ideally we'd like the user to be redirect to their QuickBase homepage based on their role, i.e. user in the role of Operator A goes to the Operations Home Page and user in the role of Operator B goes to the Production Home Page.
Any suggestions?
Thank you
------------------------------
T$
------------------------------
Goal: Save the current record and redirect to a native QuickBase user homepage based on their role.
URLRoot() & "db/" & [_DBID_TASKS]
& "?a=API_EditRecord&apptoken=*******&rid=" & URLEncode([TASK - Record ID#])
& "&_fid_16=" & URLEncode([staff_member])
& "&_fid_15=" & URLEncode([department])
& "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_TASKS] & "?a=dr&rid=" & [TASK - Record ID#])
Currently we're redirecting to the previous task record where the user came from. Ideally we'd like the user to be redirect to their QuickBase homepage based on their role, i.e. user in the role of Operator A goes to the Operations Home Page and user in the role of Operator B goes to the Production Home Page.
Any suggestions?
Thank you
------------------------------
T$
------------------------------