Last active
October 25, 2018 08:05
-
-
Save HueJack/151c40b90dd0e936d47a32ce32946723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Потребуется добавить дополнительно "SELECT" => ['UF_FIELD'] в атрибут select | |
$arResult = \CUser::GetList( | |
$by, | |
$sort, | |
['ID' => $USER->GetID()], | |
[ | |
"SELECT" => array( | |
"UF_CRM_CONTACT", | |
) | |
] | |
)->Fetch(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment