Forum Discussion
EstherGrandal_D
8 years agoQrew Cadet
Try the "API_AddRecord" instead of "Api_GenAddRecordForm"
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_AddRecord&_fid_345=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Remember when you use this call, you must add values for all required fields in this other table or API_AddRecord returns an error.
I hope it helps.
URLRoot() & "db/" & [_DBID_TABLE_1] & "?a=API_AddRecord&_fid_345=" & URLEncode ([Record ID#])& "&z=" & Rurl()
Remember when you use this call, you must add values for all required fields in this other table or API_AddRecord returns an error.
I hope it helps.
ArchiveUser
8 years agoQrew Captain
I get this error:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_AddRecord</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<rid>36550</rid>
<update_id>1522843734635</update_id>
</qdbapi>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<qdbapi>
<action>API_AddRecord</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<rid>36550</rid>
<update_id>1522843734635</update_id>
</qdbapi>