addWithDupCheck
-
It seems like when the form uploads the contact to IS that there are dupes created. Is there something I need to set so that this function will be used instead of the straight “add” function?
public static function addWithDupCheck($data, $dupCheckType, Infusionsoft_App $app = null){
$params = array(
$data,
$dupCheckType
);return parent::send($app, "ContactService.addWithDupCheck", $params);
}tnx
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘addWithDupCheck’ is closed to new replies.