Skip to content

Instantly share code, notes, and snippets.

@jasp402
Last active July 24, 2017 12:18
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 jasp402/fa6bec6f4116405622653d35e7009fb0 to your computer and use it in GitHub Desktop.
Save jasp402/fa6bec6f4116405622653d35e7009fb0 to your computer and use it in GitHub Desktop.
PHP - Bitrix (Return a ID of Client inside Bitrix. Set parameter SPC5 of Account Number)
\CModule::IncludeModule("crm");
$resultClient = \CCrmCompany::GetList(array(),array("UF_CRM_1493986539" => 15012));
$client = $resultClient->fetch();
return $client;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment