...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integration/bizproc/document/valuecollection/company.php
- Класс: Bitrix\Crm\Integration\BizProc\Document\ValueCollection\Company
- Вызов: Company::loadValue
protected function loadValue(string $fieldId): void { if ($fieldId === 'CONTACT_ID') { $this->document['CONTACT_ID'] = Crm\Binding\ContactCompanyTable::getCompanyContactIDs($this->id); } else { $this->loadEntityValues(); } }