• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/service/user.php
  • Класс: BitrixBizprocServiceUser
  • Вызов: User::getDepartmentIblockId
protected function getDepartmentIblockId(): int
{
	return (int) MainConfigOption::get(
		static::DEPARTMENT_MODULE_ID,
		static::DEPARTMENT_OPTION_NAME
	);
}