Answer the question
In order to leave comments, you need to log in
How to display the company name in Bitrix?
You need to display the name of the company in the header of the site after the user is authorized in Bitrix. As a result, earned such a request.
<?
global $USER;
$rsUser = CUser::GetByID($USER->GetID());
$arUser = $rsUser->Fetch();
print_r($arUser["WORK_COMPANY"]);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question