399
edits
Changes
From All n One's bxp software Wixi
→DataSearch
$url = 'https://ww3.allnone.ie/client/client_demo/cti/userCTI_GenericEntry.asp';
$fields = array(
'user_id' => urlencode('testing'), 'user_key' => urlencode('testing'), 'system' => urlencode('datasearch'), 'campaignid' => urlencode('56'), 'searchfield' => urlencode('intCDA_56_Id'), 'value' => urlencode('1'), 'strMatchingOptions' => urlencode('Bool'), 'responsefields' => urlencode('strCDA_56_field_1_5,strCDA_56_field_3_5')
);
* Line 17: value is the value to be listed against.
* Line 18: responsefields are the fields from the form that will be returned in the data file. The responsefields are separated by commas using fields from the Field Mapping list.
== Conclusion ==