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