• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/producttable.php
  • Класс: Bitrix\Crm\ProductTable
  • Вызов: ProductTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true
		),
		'IBLOCK_ELEMENT' => array(
			'data_type' => 'IBlockElementProxy',
			'reference' => array('=this.ID' => 'ref.ID')
		),
		'IBLOCK_ELEMENT_GRC' => array(
			'data_type' => 'IBlockElementGrcProxy',
			'reference' => array('=this.ID' => 'ref.ID')
		)
	);
}