crm.contact.company.items.get
Scope: catalog Permissions to execute: for all
crm.contact.company.items.get(id)
Returns set of companies, associated with the specified contact.
Parameters
Parameter | Description |
---|---|
id | Contact ID. |
Result is retuned as an objects array, each of which contains the following fields:
Field | Description |
---|---|
COMPANY_ID | Company ID |
SORT | Sorting index |
ROLE_ID | Role ID (reserved) |
IS_PRIMARY | Primary company flag |
Call example
var id = prompt("Enter ID"); BX24.callMethod( "crm.contact.company.items.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024