399
edits
Changes
From All n One's bxp software Wixi
→Code
// Retrieval Settings
aryAjax_Settings[16] = 'Populate_AltListLiveSearchKeyStatData'; //Engine to use
aryAjax_Settings[3] = 1; //The form with the data
aryAjax_Settings[4] = 'strCDA_1_field_0_0'; //The field to search on
aryAjax_Settings[13] = '-1' //Limit response
aryAjax_Settings[40] = "500"; //Retrieval limit if applicable
//Error management
aryAjax_Settings[15] = 'divWarningstrCDA_3_field_0_25'; //Where The id of the destination to draw error messages if anywhich the matching data will be inserted
//Common Functional settings
aryAjax_Settings[6] = 'intCDA_1_Id,strCDA_1_field_0_1'; //The field in the other campaign to be returned order = value, text
aryAjax_Settings[12] = 'id,Name of cust'; //Headings for xml troubleshooting
aryAjax_Settings[17] = 'strCDA_2_field_0_1'aryAjax_Settings[6]; //The field in Tneeds to always be the current campaign into which the products will be inserted.same as array position [6[]
aryAjax_Settings[28] = ''; //Function to be executed after retrieval
//Function specific settings
//...
//Execute
fn_Ajax_bxp_Process(); //The main execution of the AJAX
//Write URL out (Comment out after testing)
if (document.getElementById('divURL')){
</syntaxhighlight>
= Troubleshooting =