Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HueJack/151c40b90dd0e936d47a32ce32946723 to your computer and use it in GitHub Desktop.
Save HueJack/151c40b90dd0e936d47a32ce32946723 to your computer and use it in GitHub Desktop.
Потребуется добавить дополнительно "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