Forum Discussion
BlakeHarrison
Qrew Captain
Try this and see if it helps:
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
var bool NewCheckboxValue = [Send to Quickbooks Trigger]=false;
URLRoot() & "db/" & "DBID" & "?a=API_EditRecord&rid=" & [Record ID#] & "&_fid_312=" & $NewCheckboxValue & "&apptoken=" & "XXXX"
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quickbase Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
ElenaLarrabee1
4 years agoQrew Captain
I realized what I was doing wrong! I wasn't specifying the the table by its alias, I was just including the actual DBID. I didn't realize that wouldn't work.
------------------------------
Elena Larrabee
------------------------------
------------------------------
Elena Larrabee
------------------------------