crm.contact.company.fields
Scope: catalog Permissions to execute: for all
crm.contact.company.fields()
Returns field descriptions for contact-company link. These fields are used by methods of crm.contact.company family. That is, crm.contact.company.items.get, crm.contact.company.items.set, crm.contact.company.add and etc.
Parameters
No parameters.
Example
BX24.callMethod( "crm.contact.company.fields", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024