Changes

AJAX - API

130 bytes removed, 10:28, 19 October 2022
no edit summary
'&intCDA_X_Id=1&strCDA_X_Status="Example Status"&strCDA_X_field_0_Y="Example Value"' 
'''strWhereClause''': Where clause to filter your query results with, takes a string in the format of a MySQL where clause condition(the WHERE keyword itself should not be included.) For example, "intCDA_X_Id = 123" will return all records in form/database X where the record ID = 123.  '''strVariableToPopulate:''' Variable in which the results of the query update will be stored, takes a variable name as a string. Variable must be global(defined outside of any functions in your script). If attempting to insert a new record, this will return the ID of the new record if the insert was successful, otherwise it will return 0 or a negative value.
'''strFunctionOnStart:''' Code that will execute when the AJAX insert/update is launched, can be left blank. 
343
edits