Forum Discussion
MarkShnier__You
Qrew Legend
This should fix the button to check two checkboxes and open the record in a new tab
"<a class='Vibrant Success' style=\"width:200px; text-align: center;\" href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=dk26yixbnr8hncc57zxdnchx2mgc"
& "&_fid_15=1"
& "&_fid_140=1"
& "&rdr="
& URLEncode(URLRoot() & "db/bq7w9bprg" & "?a=dr&rid=" & [Record ID#]
& "'target=_blank'" & "'>Re-Work Accepted</a>")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
"<a class='Vibrant Success' style=\"width:200px; text-align: center;\" href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=dk26yixbnr8hncc57zxdnchx2mgc"
& "&_fid_15=1"
& "&_fid_140=1"
& "&rdr="
& URLEncode(URLRoot() & "db/bq7w9bprg" & "?a=dr&rid=" & [Record ID#]
& "'target=_blank'" & "'>Re-Work Accepted</a>")
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
JovanVucovich
3 years agoQrew Member
I ended up getting it to work in a similar way shortly after making this post..
One of those, it comes to you after you ask for help kind of situations.
I combined the Field ID request before the "rdr="
instead of:
...
& "&_fid_15=1"
& "&_fid_140=1"
& "&rdr="
...
I wrote it as:
...
& "&_fid_15=1&_fid_140=1&rdr="
...
Thank you very much for your response.
Makes me feel better to see that I figured it out to the same concept that you replied with.
------------------------------
Jovan Vucovich
------------------------------
One of those, it comes to you after you ask for help kind of situations.
I combined the Field ID request before the "rdr="
instead of:
...
& "&_fid_15=1"
& "&_fid_140=1"
& "&rdr="
...
I wrote it as:
...
& "&_fid_15=1&_fid_140=1&rdr="
...
Thank you very much for your response.
Makes me feel better to see that I figured it out to the same concept that you replied with.
------------------------------
Jovan Vucovich
------------------------------