Forum Discussion
BlakeHarrison
4 years agoQrew 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/
------------------------------
- ElenaLarrabee14 years agoQrew CaptainThank you for the response! It still isn't updating the checkbox... The URL looks right when I hover over the button too, it's showing that fid312=1 when the box isn't already checked. I'm not sure why it's not actually editing the record.
------------------------------
Elena Larrabee
------------------------------ - ElenaLarrabee14 years agoQrew CaptainI 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
------------------------------