- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderconvertercrmerror.php
- Класс: BitrixSaleInternalsOrderConverterCrmErrorTable
- Вызов: OrderConverterCrmErrorTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
'title' => Loc::getMessage('ORDER_CONVERTER_ERROR_ENTITY_ID_FIELD'),
),
'ORDER_ID' => array(
'data_type' => 'integer',
'required' => true,
'title' => Loc::getMessage('ORDER_CONVERTER_ERROR_ENTITY_ORDER_ID_FIELD'),
),
'ERROR' => array(
'data_type' => 'text',
'title' => Loc::getMessage('ORDER_CONVERTER_ERROR_ENTITY_ERROR_FIELD'),
),
);
}