- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Field/IsReturnCustomer.php
- Класс: Bitrix\Crm\Field\IsReturnCustomer
- Вызов: IsReturnCustomer::enrichContact
private function enrichContact(Merger\EntityMerger $sourceMerger, int $sourceId, int $contactId): void
{
$contactMerger = Merger\EntityMergerFactory::create(\CCrmOwnerType::Contact, 0, false);
try
{
$contactMerger->enrich(
$sourceMerger,
$sourceId,
$contactId,
);
}
catch (Merger\EntityMergerException $contactEnrichException)
{
}
}