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