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.
EstherGrandal_D
8 years agoQrew Cadet
I think there is not error , you already created the record in the other table.