Wallace__DHS_Ye
3 years agoQrew Trainee
URL Button to save and edit record
I am currently trying to build a url button that saves and edits a record simultaneously. The issue I ran into at first was the record was not completely saved so QuickBase didn't recognize it as a result couldn't edit the record. Now I got the record to save however now its not editing. Providing my formula below - any help would be greatly appreciated. Thanks
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_GenAddRecordForm&apptoken=XX3&dfid=10&_fid_3=" & URLEncode ([Record ID#])& "&z=" &
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=XXX"
& "&_fid_134=1"&
"&rdr=" &
URLEncode (XXXXX a=showpage&pageid=12")
------------------------------
Wallace (DHS)
------------------------------
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_GenAddRecordForm&apptoken=XX3&dfid=10&_fid_3=" & URLEncode ([Record ID#])& "&z=" &
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#]
& "&apptoken=XXX"
& "&_fid_134=1"&
"&rdr=" &
URLEncode (XXXXX a=showpage&pageid=12")
------------------------------
Wallace (DHS)
------------------------------