Forum Discussion
MCFNeil
8 years agoQrew Captain
If you want to clear the contents of a field, you will need to know the field ID and insert a 'null' value.
You can do this with a "API_EditRecord" formula url.
An example is:
Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=xxxxxxxxx&_fid_157=0&_fid_153=OFF
You can do this with a "API_EditRecord" formula url.
An example is:
Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=xxxxxxxxx&_fid_157=0&_fid_153=OFF