What's New
General Information
CRM Constants
Table Structure
crm.lead.add
crm.lead.delete
crm.lead.fields
crm.lead.get
crm.lead.list
crm.lead.productrows.get
crm.lead.productrows.set
crm.lead.update
crm.lead.userfield.add
crm.lead.userfield.get
crm.lead.userfield.list
crm.lead.userfield.update
crm.lead.userfield.delete
crm.lead.productrows.get
crm.lead.productrows.get(id)
Returns products existing for the specified lead.
Parameters
Parameter | Description |
---|---|
id | Lead ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.lead.productrows.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } ); </script>
© «Bitrix24», 2001-2024