Skip to content

Instantly share code, notes, and snippets.

@jasp402
Created July 20, 2017 18:33
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/51a6f38a53127f850c6c385ba094c3f4 to your computer and use it in GitHub Desktop.
Save jasp402/51a6f38a53127f850c6c385ba094c3f4 to your computer and use it in GitHub Desktop.
PHP - Bitrix (Return the SPC5 of Client inside Bitrix. Set parameter ID used in Bitrix of Account)
\CModule::IncludeModule("crm");
$resultClient = \CCrmCompany::GetList(array(),array("ID" => 12, "CHECK_PERMISIONS"=>"N"));
$client = $resultClient->fetch();
$result = $client["UF_CRM_1493986588"];
echo $result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment