crm.company.contact.fields
crm.company.contact.fields()
The method returns description of fields for the company-contact bind. The described fields are used by the methods of crm.company.contact.* family, i. e. by such methods as crm.company.contact.items.get, crm.company.contact.items.set, crm.company.contact.add and etc.
Parameters
No parameters.
Example
BX24.callMethod( "crm.company.contact.fields", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024