Answer the question
In order to leave comments, you need to log in
How to find transactions for a contact in Bitrix?
There is a contact, or rather its ID. You need to find deals for this contact.
I try crm.deal.list, with the request:
$post = array(
'filter' => array('CONTACT_ID' => 3),
);
Answer the question
In order to leave comments, you need to log in
First, deals are obtained using the crm.deal.list method . What you specified (crm.lead.list) is Leads.
Secondly, alas, in the cloud version you can’t search like that, only by primary contact.
And the CONTACT_IDS field does exist, but it is larger in the box and is not used for all methods.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question