Changes

AJAX - API BXP2

3 bytes removed, 28 July
Example
strFunctionOnFail - Function to run when the API call returns unsuccessful, can be left blank.
======Example======
<div>
objParams = {
blDisplayErrorText: true,
strWhereClause: "strcData_3 = 'Test'",
 strGroupBy: "",
  strOrderBy: "", 
 strLimit: "1000",
 
 strVariableToPopulate: "aryLookupResponse",
 
 strFunctionOnStart: "",
 
 strFunctionOnSuccess: "console.log('Results:' + aryLookupResponse.toString());",
 
 strFunctionOnFail: ""
}
fn_bxp_API_FormDataSearchV2( objParams );
 
 
 
 
======fn_bxp_API_FormDataInsertUpdateV2======
348
edits