Answer the question
In order to leave comments, you need to log in
How to filter by product ID using crm.deal.list in Bitrix24?
Good afternoon.
Tell me, is it possible or not to do filtering in Bitrix24 through crm.deal.list to do filtering by product ID?
I want to select all deals that have a specific product attached.
My approach is this, but it doesn't work:
$search_product3 = \App\CRest::call('crm.deal.list', [
"order" => [],
"filter" => [
"PRODUCT_ID" => $deal_for_id,
],
"select" => "*", "PRODUCT_ID",
]
);
print_r($search_product3);
Answer the question
In order to leave comments, you need to log in
Tell me, is it possible or not to filter in Bitrix24 through crm.deal.list to filter by product ID?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question