URL String Reference
I am working to create multiple Formula URL buttons that help with workflows through saving, editing, redirecting, etc. I've found scattered references that can be used with QB records/navigation, but I can't seem to find some sort of central reference for how to build/read URL strings.
For instance: URLRoot() & "db/" & [_DBID_Projects] & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=" & [App Token] & "&_fid_266=" & true & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
I know what the URL accomplishes within my app, and can see how most of that is reflected in the string. But using that information to create new URL strings that do different things has been a struggle for me.
https://helpv2.quickbase.com/hc/en-us/articles/4570366896532 only helps a little with using ?z= and some API functions
https://helpv2.quickbase.com/hc/en-us/articles/4570286674196-Formula-queries- helps with queries for the most part
The API Guide is great for details.
Magic Buttons has a good number of examples, but I can't always parse it out to my needs.
Can anyone direct me to a single reference/resource??
Thank you!
------------------------------
Carlie Maheurin
------------------------------