• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/worktimelivefeedmanager.php
  • Класс: BitrixTimemanServiceWorktimeWorktimeLiveFeedManager
  • Вызов: WorktimeLiveFeedManager::getPostCodeByRecordId
private function getPostCodeByRecordId($recordId): ?string
{
	if ($this->getPostIdByRecordId($recordId) > 0)
	{
		return 'L' . $this->getPostIdByRecordId($recordId);
	}
	return null;
}