Changes

AJAX - API BXP2

6 bytes removed, 28 July
Parameters
strFunctionOnSuccess - Function to run when the API call returns successful, can be left blank.
strFunctionOnFail - Function to run when the API call returns unsuccessful, can be left blank.
======Example====== objParams = { blDisplayErrorText: true, intFormId: 1, strReturnFields: "strcData_1,strcData_2", strWhereClause: "strcData_3 = 'Test'",   strGroupBystrGroupBy: "",  strOrderBystrOrderBy: "",  strLimitstrLimit: "1000",  strVariableToPopulatestrVariableToPopulate: "aryLookupResponse",  strFunctionOnStartstrFunctionOnStart: "",  strFunctionOnSuccessstrFunctionOnSuccess: "console.log('Results:' + aryLookupResponse.toString());",  strFunctionOnFailstrFunctionOnFail: ""
}
fn_bxp_API_FormDataSearchV2( objParams );
348
edits