void public static
\Bitrix\Crm\Binding\ContactCompanyTable::bindContactIDs(
integer $companyID,
array $contactIDs
);
Method binds Company to Contacts with specified IDs. Static method.
Parameters
Parameter | Description | Version |
$companyID | Company IDs. | |
$contactIDs | Array with Contact IDs. | |
Example