HI Wade,
Thanks for posting this , I was able to learn that this is possible now !
https://resources.quickbase.com/db/bq8meiyhh?a=dr&key=-1var text rid =
If([Record ID#]>0,
ToText([Record ID#]), // Record ID already exists
"%%rid%%" // New record, no Record ID exists yet
)
;
var text url = URLRoot() & "db/" &Dbid() &"?a=printr&rid="& $rid;
"<a class='Vibrant Primary SaveBeforeNavigating' data-replaceRid=true href='" & $url & "'>Save & PRINT THIS</a>"
------------------------------
Prashant Maheshwari
------------------------------