SystemAdmin4
5 years agoQrew Member
Stacked API Call URL Formula
HI,
Just a quickie.
Will this work as a methodology to call multiple QB APIs from a single formula field button?
And if my logic is correct, does anyone know if there is any limit as to how far this methodology can be taken, or is the only limit the size of the URL field code?
David
------------------------------
dmlaycock2000 dmlaycock2000
------------------------------
Just a quickie.
Will this work as a methodology to call multiple QB APIs from a single formula field button?
var text URLONE = ""; //insert api call one
var text URLTWO = ""; //insert api call two
var text URLTHREE = ""; //insert api call three
var text URLFOUR = ""; //insert api call four
$URLONE & "&rdr=" & URLEncode($URLTWO & "&rdr=" & URLEncode($URLTHREE & "&rdr=" & URLEncode($URLFOUR)))
And if my logic is correct, does anyone know if there is any limit as to how far this methodology can be taken, or is the only limit the size of the URL field code?
David
------------------------------
dmlaycock2000 dmlaycock2000
------------------------------