Forum Discussion

AndrewOrner's avatar
AndrewOrner
Qrew Cadet
6 years ago

EditRecord URL button functional (errcode 0) but doesn't edit record (num_fields_changed 0)

I'm attempting to build a button that changes the "Status" (ie. FID 52) of a record to "Complete" Here's my formula:  URLRoot()& "db/"& Dbid()&"?a=API_EditRecord&rid="& [Record ID#]& "&apptoke...