• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/volume/product.php
  • Класс: Bitrix\Crm\Volume\Product
  • Вызов: Product::getTableList
public function getTableList()
{
	$tableNames = parent::getTableList();

	$tableNames[] = \CCrmProductRow::CONFIG_TABLE_NAME;

	return $tableNames;
}