348
edits
Changes
→Example
strFunctionOnFail - Function to run when the API call returns unsuccessful, can be left blank.
======Example======
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======