Forum Discussion
MCFNeil
9 years agoQrew Captain
What is the field ID of your "Yes" field? What its your Table ID?
You will use the API Edit Record function, but you will need the DBID, the FID and an app token. All of which can be found through the settings of your app.
The general format will be:
*where your field id of the yes field is 22, you will need to change that to match yours.
You will use the API Edit Record function, but you will need the DBID, the FID and an app token. All of which can be found through the settings of your app.
The general format will be:
URLRoot() & "db/" & [_DBID_YOURTABLEID] & "?a=API_EditRecord&rid="&[Record ID#]&"&apptoken=yourapptoken&_fid_22=yes
*where your field id of the yes field is 22, you will need to change that to match yours.