• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/requests/request.php
  • Класс: BitrixSaleDeliveryRequestsRequestTable
  • Вызов: RequestTable::validateExternalId
static function validateExternalId()
{
	return array(
		new EntityValidatorLength(null, 100),
	);
}