Skip to content

Instantly share code, notes, and snippets.

@luckydevilru
Last active March 23, 2022 14:09
Show Gist options
  • Select an option

  • Save luckydevilru/ef15c22f12f5663bfe0b17f4eb42f0a5 to your computer and use it in GitHub Desktop.

Select an option

Save luckydevilru/ef15c22f12f5663bfe0b17f4eb42f0a5 to your computer and use it in GitHub Desktop.
Получить get список list товаров products сделки deal или лида lead
<?php
// Получить список товаров у сделки или лида bitrix 24 коробка
// D = Deal, L = Lead;
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true){
require_once($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php");
}
CModule::IncludeModule("crm");
CCrmProductRow::LoadRows($ownerType = 'D', $ownerID = $deal_id, $assoc = false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment