"InsertFromClient"
This function allows you to transfer user information from the client database into database fields in the form. In the following example, the value of the clients id and first name is transferred into strCDA_883_field_0_1strCDA_883_field_0_0,strCDA_883_field_0_1.
Worked example
<source lang="javascript" collapse="true" first-line="1">
if (typeof aryAjax_Settings=='undefined'){ alert('Library did not load'); }else {
aryAjax_Settings[0] = 'client_demo'; //Your system name
aryAjax_Settings[1] = ''; //The CMI API Username
fn_Ajax_BE_Process();
}
</source>