Advertisement
Trigub_Ilia

GetList по реквизитам компании

Apr 3rd, 2019
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $requisite = new \Bitrix\Crm\EntityRequisite();
  2. $rs = $requisite->getList([
  3.     "filter" => ["RQ_INN" => $company["Customer"]["0"]["INN"], "ENTITY_TYPE_ID" => 4]
  4. ]);
  5. $reqData = $rs->fetchAll();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement